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:
Ingo Schommer 2010-06-24 22:59:57 +00:00 committed by Sam Minnee
parent 7be9ca0c7e
commit d283b4a1c1

View File

@ -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
*/