silverstripe-userforms/code/Model/EditableFormField
2018-05-02 13:57:47 +12:00
..
EditableDateField FIX Fix CMS css name, remove old showcalendar DateField config, update CountryDropdownField 2017-08-22 16:40:16 +12:00
EditableCheckbox.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableCheckboxGroupField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableCountryDropdownField.php NEW default value for Country Dropdown (add i18n to the new fields) 2018-05-02 13:57:47 +12:00
EditableDateField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableDropdown.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableEmailField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableFieldGroup.php API Remove use of getEscapedTitle() and deprecated for future removal. Use $Title directly instead. 2018-03-22 09:24:55 +13:00
EditableFieldGroupEnd.php API Implement cascading deletes API for model relations 2017-08-22 16:40:17 +12:00
EditableFileField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableFormHeading.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableFormStep.php API Remove use of getEscapedTitle() and deprecated for future removal. Use $Title directly instead. 2018-03-22 09:24:55 +13:00
EditableLiteralField.php FIX Remove unused namespace references and add to doc block references 2017-09-05 09:53:35 +12:00
EditableMemberListField.php FIX Use a userforms template for the member list field, fixes broken display rules 2018-03-26 11:33:25 +13:00
EditableMultipleOptionField.php FIX Ensure duplicated multiple option field is written (has an ID) before duplicating options 2018-03-27 10:34:42 +01:00
EditableNumericField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableOption.php API Remove use of getEscapedTitle() and deprecated for future removal. Use $Title directly instead. 2018-03-22 09:24:55 +13:00
EditableRadioField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
EditableTextField.php FIX Allow editable form fields to have nullable titles rather than fallback to Name 2018-03-23 16:25:06 +13:00
Validator.php API Implement upgrader cleanup, array declaration changes, class injection, rename some models 2017-08-22 16:40:15 +12:00