silverstripe-userforms/code/model/editableformfields
Elliot Goode d0bf02d25f ENHANCEMENT: Add autocomplete to EditableTextField
* Fixes #526 (autocomplete attributes)

adds ability for text fields to store additional html5 autocomplete
attributes, attributes are per text field and populated from a dropdown
list from the html5 specification. (Credit card and password
autocomplete values omitted as should user defined forms be used to
collect this information?)

* Options moved to config

moved array of auto complete values out to config option as recommended

* Clarify function

updated name, and added description to make more obvious what function
is for normal users

* added translation for field names

along with some localisation for DE/EN/ES/FR/IT/PL/RU languages

* formatting changes and argument removal

formatted array as chopped list, and remove argument that wasn’t
required.

* ADHD kicking in

consistency changes.
2016-12-14 10:12:46 +13:00
..
EditableCheckbox.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableCheckboxGroupField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableCountryDropdownField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableDateField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableDropdown.php ENHANCEMENT setEmptyString option on EditableDropdown 2016-11-16 17:04:54 -06:00
EditableEmailField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableFieldGroup.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableFieldGroupEnd.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableFileField.php BUGFIX incorrect method name 2016-10-12 23:34:23 -05:00
EditableFormField.php Merge branch '3.0' into 3.1 2016-09-23 17:21:37 +01:00
EditableFormFieldValidator.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableFormHeading.php Merge branch '4.0' 2016-09-23 17:27:15 +01:00
EditableFormStep.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableLiteralField.php using forTemplate() instead of (string) casting fixes unit test 2016-11-21 10:48:10 +13:00
EditableMemberListField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableMultipleOptionField.php Make sure option gridfield is created before the UpdateCMSFields function so we can override fields in extensions 2016-11-28 16:26:27 +13:00
EditableNumericField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableOption.php Merge branch '4.0' 2016-09-23 17:27:15 +01:00
EditableRadioField.php Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableTextField.php ENHANCEMENT: Add autocomplete to EditableTextField 2016-12-14 10:12:46 +13:00