sv:subAlternativeField
This node type is always a child node to a form node (sv:form). It has zero or more child nodes of type sv:subQuery.
The node is defined as a "Category" element ("question") in a form portlet.
Name | Type and description |
---|---|
<sub-alternative-field-name> | Dynamic / Model dependent |
The given name of the sub alternative field. |
Name | Type and description |
---|---|
customErrorMessage | javax.jcr.PropertyType.STRING |
An error message that is associated with the field. | |
description | javax.jcr.PropertyType.STRING |
The description of the field. | |
displayName | javax.jcr.PropertyType.STRING |
An aggregated name of the field (including the name of the node). | |
id | javax.jcr.PropertyType.STRING |
Unique identifier that is used as the name attribute in the input tag in when rendering this field. | |
mandatory | javax.jcr.PropertyType.BOOLEAN |
Field is mandatory. | |
name | javax.jcr.PropertyType.STRING |
A name associated with the field. | |
question | javax.jcr.PropertyType.STRING |
A question associated with the field. |