mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API CHANGE Deprecated AutocompleteTextField, use third-party solutions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107054 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7be9ca0c7e
commit
d283b4a1c1
@ -1,6 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Autocompleting text field, using script.aculo.us
|
||||
*
|
||||
* @deprecated 2.4 Use third-party alternatives like http://code.google.com/p/ss-module-formfields/ or http://silverstripe.org/tag-field-module/
|
||||
*
|
||||
* @package forms
|
||||
* @subpackage fields-formattedinput
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user