JorisDebonnet
|
72a014d933
|
Allow '0' in DropdownField (#5199)
Display falsey values as option titles when they have been included.
|
2016-04-19 17:40:14 +12:00 |
|
Nathan J. Brauer
|
fee54c75f0
|
API: Change DropdownField::getSource() to not return the emptyString value.
|
2013-10-18 11:16:27 +13:00 |
|
ARNHOE
|
2427d57fa5
|
Updated loop/if/with to be more consistent
|
2013-07-14 20:43:52 +12:00 |
|
Ingo Schommer
|
f8bbc0a726
|
BUGFIX Escape HTML in DropdownField and ListboxField
Fixes reflected XSS in Group titles when using
in group selections (e.g. in "New Member" form).
|
2013-02-17 23:27:15 +01:00 |
|
Sean Harvey
|
6f672e5f36
|
MINOR Fixing use of <% control %> with <% with %> or <% loop %> as necessary.
|
2012-05-11 13:49:20 +12:00 |
|
Ingo Schommer
|
5d565dcfa3
|
ENHANCEMENT Added ListboxField->setDisabledItems() and setDefaultItems() (similar to CheckboxSetField API)
|
2012-03-05 16:11:29 +01:00 |
|
Ingo Schommer
|
b5421d9598
|
ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes
|
2012-01-02 16:48:14 +01:00 |
|
Sean Harvey
|
9e548f501e
|
API CHANGE FormField::Field() and FormField::FieldHolder() now render into templates on each FormField instead of creating HTML from PHP
|
2012-01-02 16:48:13 +01:00 |
|