silverstripe-userforms/code/editor
2009-11-02 07:22:30 +00:00
..
EditableCheckbox.php APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
EditableCheckboxGroupField.php APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
EditableDateField.php APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
EditableDropdown.php APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
EditableEmailField.php APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
EditableFileField.php BUGFIX: fixed array to string conversion error with file fields 2009-07-05 07:29:24 +00:00
EditableFormField.php MINOR: removed code to reference the editor from the form field 2009-09-23 02:46:48 +00:00
EditableFormHeading.php BUGFIX: fixed rules with date fields and header fields. Appilied components of #4006 2009-05-08 04:27:49 +00:00
EditableLiteralField.php BUGFIX: added ID to literal field html to allow the js validation to apply 2009-10-27 09:38:38 +00:00
EditableMemberListField.php BUGFIX Removed call to parent::ExtraOptions() which doesn't exist 2009-06-08 06:48:25 +00:00
EditableMultipleOptionField.php FEATURE: Added Inequality filters to the custom rules. To Allow Numeric fields to be processed by > < statements 2009-11-02 07:22:30 +00:00
EditableOption.php ENHANCEMENT: added staging / versioning support for EditableOptions 2009-09-23 01:36:52 +00:00
EditableRadioField.php MINOR: removed all filter form calls as filter form has not and will not work 2009-04-27 06:00:05 +00:00
EditableTextField.php MINOR: removed Text Length as width of the fields are overridden by css styles 2009-09-23 03:21:03 +00:00
FieldEditor.php BUGFIX: Updated module to support 2.4 API changes 2009-10-26 22:04:11 +00:00