This control is for arranging other controls in a responsive way. This will arrange controls hirizontaly (space for controls will be distributed evenly).
Object defining html attributes for controls root element.
Child control list for this control.
Callback that will be called when control is clicked.
Weights for distributing space for controls in this layout. This is an array of integer numbers, sum of which must not exceed 12. Number of array items must match number of child controls. Higher number means more space is asigned for this control. (default: space is distributed evenly)
Weights for distributing space for controls on smaller screens in this layout. This is an array of integer numbers, sum of which must not exceed 12. Number of array items must match number of child controls. Higher number means more space is asigned for this control. (default: space is distributed evenly)
Object defining css styles for controls root element.
If true control will be enabled if false control will be disabled (inactive).
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.
Set initial visibility of control. (default: true)
This control is for arranging other controls in a responsive way. This will arrange controls hirizontaly (space for controls will be distributed evenly).