This creates label control.
Object defining html attributes for controls root element.
Callback that will be called when control is clicked.
Object defining css styles for controls root element.
If true control will be enabled if false control will be disabled (inactive).
Tooltip placement direction when tooltip is shown ('top', 'right', 'bottom' or 'left'). (default: right)
Adds tooltip icon, that will show this tooltip text.
Labels display text as HTML. Optional only when value
or text
field is set.
Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.
If true this control definition will be ignored and control will not be initiated.
Callback that will be called when control is initialised.
Style class to add on root element of the control.
Labels display text. This is an alias of value
field. Optional only when value
or html
field is set.
Labels display text. Optional only when text
or html
field is set.
Set initial visibility of control. (default: true)
This creates label control.