This will create color picker.
WARNING: Name of this interface differs from value expected in type
field ("ColorSelector" instead of "ColorPicker"). Make sure to use the correct value.
Object defining html attributes for controls root element.
if true will render color picker control as big thumbnail. (default: false)
Callback that will be called when color is changed.
Callback that will be called when control is clicked.
CSS class to add to color picker popup.
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.
If true will not allow to select opacity. (default: false)
If true control width will adjust to parent width else will be fixed width. (default: false)
If true will not allow to select transparent color. (default: false)
Style class to add on root element of the control.
Initial color in a hex form (ex. #000000).
Set initial visibility of control. (default: true)
This will create color picker.
WARNING: Name of this interface differs from value expected in
type
field ("ColorSelector" instead of "ColorPicker"). Make sure to use the correct value.