ColorPicker
class ColorPicker extends BaseControl
Color picker returning a hex color string (e.g. '#336699').
Methods
__construct(string|Stringable|null $label = null)
No description
setValue(?string $value)
Sets the color value in #rrggbb format. Null resets to black (#000000).
void
loadHttpData()
No description
Html
getControl()
No description
Details
at line 19
__construct(string|Stringable|null $label = null)
No description
at line 30
ColorPicker
setValue(?string $value)
Sets the color value in #rrggbb format. Null resets to black (#000000).
at line 43
void
loadHttpData()
No description
at line 53
Html
getControl()
No description