Control interface
Represent a control in the form.
Properties
contribution | Contribution for the control. |
control |
Type of the control. |
height | Height of the control, for html controls. |
id | The id for the layout node. |
inherited | A value indicating whether this layout node has been inherited from a parent layout. This is expected to only be only set by the combiner. |
is |
A value indicating if the layout node is contribution or not. |
label | Label for the field |
metadata | Inner text of the control. |
order | Order in which the control should appear in its group. |
overridden | A value indicating whether this layout node has been overridden by a child layout. |
read |
A value indicating if the control is readonly. |
visible | A value indicating if the control should be hidden or not. |
watermark | Watermark text for the textbox. |
Property Details
contribution
controlType
Type of the control.
controlType: string
Property Value
string
height
Height of the control, for html controls.
height: number
Property Value
number
id
The id for the layout node.
id: string
Property Value
string
inherited
A value indicating whether this layout node has been inherited from a parent layout. This is expected to only be only set by the combiner.
inherited: boolean
Property Value
boolean
isContribution
A value indicating if the layout node is contribution or not.
isContribution: boolean
Property Value
boolean
label
Label for the field
label: string
Property Value
string
metadata
Inner text of the control.
metadata: string
Property Value
string
order
Order in which the control should appear in its group.
order: number
Property Value
number
overridden
A value indicating whether this layout node has been overridden by a child layout.
overridden: boolean
Property Value
boolean
readOnly
A value indicating if the control is readonly.
readOnly: boolean
Property Value
boolean
visible
A value indicating if the control should be hidden or not.
visible: boolean
Property Value
boolean
watermark
Watermark text for the textbox.
watermark: string
Property Value
string