mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
b5c14150cc
commit
3e05ccb9b7
@ -28,7 +28,7 @@ This is a highlevel overview of available `[api:FormField]` subclasses. An autom
|
|||||||
* `[api:DatetimeField]`: Combined date- and time field.
|
* `[api:DatetimeField]`: Combined date- and time field.
|
||||||
* `[api:EmailField]`: Text input field with validation for correct email format according to RFC 2822.
|
* `[api:EmailField]`: Text input field with validation for correct email format according to RFC 2822.
|
||||||
* `[api:GroupedDropdownField]`: Grouped dropdown, using <optgroup> tags.
|
* `[api:GroupedDropdownField]`: Grouped dropdown, using <optgroup> tags.
|
||||||
* `[api:HTMLEditorField].
|
* `[api:HtmlEditorField]`.
|
||||||
* `[api:MoneyField]`: A form field that can save into a `[api:Money]` database field.
|
* `[api:MoneyField]`: A form field that can save into a `[api:Money]` database field.
|
||||||
* `[api:NumericField]`: Text input field with validation for numeric values.
|
* `[api:NumericField]`: Text input field with validation for numeric values.
|
||||||
* `[api:OptionsetField]`: Set of radio buttons designed to emulate a dropdown.
|
* `[api:OptionsetField]`: Set of radio buttons designed to emulate a dropdown.
|
||||||
|
Loading…
Reference in New Issue
Block a user