Commit Graph

22 Commits

Author SHA1 Message Date
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
Damian Mooyman
eef16716ab Update translations 2016-08-17 11:08:01 +12:00
Damian Mooyman
42bf3e0a56 Update translations 2016-05-18 16:58:44 +12:00
Damian Mooyman
2eb7710a19 Update translations 2015-11-17 16:07:38 +13:00
Marco Kernler
fc16557b1d Added placeholder support for the EditableTextField 2015-08-27 13:54:28 +02:00
Damian Mooyman
72c89dc385 Update translations 2015-08-20 12:47:37 +12:00
Damian Mooyman
5b8a9e7b04 Rename 'Radio field' to 'Radio Group' 2015-08-17 14:05:50 +12:00
Damian Mooyman
e9df40cc5a Update translations 2015-05-26 18:20:25 +12:00
Sean Harvey
8e0947ead3 Updating translations 2014-08-20 09:29:30 +12:00
TeamCity
b75fc3c51e Updated master strings 2014-05-22 23:05:12 +12:00
Damian Mooyman
7a77cfbbb4 Updated translation source 2014-05-20 14:36:54 +12:00
TeamCity
97ff8b252c Updated master strings 2014-02-17 23:02:19 +13:00
Will Rossiter
12ccea0d48 Merge pull request #188 from silverstripe-rebelalliance/numeric
NEW: Added a numeric field
2014-02-11 11:20:47 +13:00
Kirk Mayo
938d2059fa NEW: Added a numeric field and associated png
NEW: Setup translations for number field

NEW: extend fromEditableTextfield use number class
2014-02-11 08:59:43 +13:00
TeamCity
075488a0fb Updated master strings 2014-02-10 23:07:09 +13:00
Mateusz Uzdowski
3b26d1058c Add new language strings. 2014-01-22 16:40:55 +13:00
Jyrki Lilja
134ae2aadc Add translations for clear button. 2013-11-25 13:52:38 +02:00
Ingo Schommer
86e3f222ba Correct template namespace for translations, updated translations 2013-11-06 15:05:31 +01:00
Ingo Schommer
aa0f8dbc7b Transifex support, js globalisation 2013-10-30 14:31:51 +01:00
TeamCity
bd3164282a Updated master strings 2013-08-23 03:05:44 +12:00
Will Rossiter
4b350d9ec4 Remove generic description from lang files (Fixes #63) 2013-07-15 21:57:14 +12:00
Will Rossiter
5da28aa6a9 Updated lang/en.yml 2012-09-11 21:32:47 +12:00