f:form.abstractFormField¶
Abstract Form Field View Helper. Bundles functionality related to direct property access of objects in other Form ViewHelpers.
If you set the “property” attribute to the name of the property to resolve from the object, this class will automatically set the name and value of a form element.
Properties¶
name¶
- Variable type
- String
- Description
- Name of input tag
- Default value
- Empty string
- Mandatory
- No
value¶
- Variable type
- Mixed
- Description
- Value of input tag
- Default value
- NULL
- Mandatory
- No
property¶
- Variable type
- String
- Description
- Name of Object Property. If used in conjunction with <f:form object=”…”>, “name” and “value” properties will be ignored.
- Default value
- Empty string
- Mandatory
- No