API CHANGE Deprecated AutocompleteTextField, use third-party solutions (from r107054)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112545 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 03:07:54 +00:00
parent 997a86b7e0
commit a848a182a7

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