- Name:
color
- UI: Color picker
- Data type:
string
The color widget translates a color picker to a color string.
Widget Options
For common options, see Common widget options.
Name 17393_b3ad7a-4d> |
Type 17393_6a747c-d4> |
Default 17393_5454f8-f7> |
Description 17393_6ab3d7-85> |
---|---|---|---|
default 17393_5db9fa-be> |
string 17393_9bbd68-02> |
|
Optional. The default value for the field 17393_9fa505-cc> |
allow_input 17393_2a2779-40> |
boolean 17393_5c6f31-4f> |
|
Optional. Allows manual editing of the color input value 17393_e28940-5b> |
enable_alpha 17393_c12b71-23> |
boolean 17393_fe89be-15> |
|
Optional. Enables Alpha editing 17393_6b10f3-df> |
Examples
Basic
name: color
label: Color
widget: color
name: 'color',
label: 'Color',
widget: 'color',
Kitchen Sink
name: color
label: Color
widget: color
enable_alpha: true
allow_input: true
name: 'color',
label: 'Color',
widget: 'color',
enable_alpha: true,
allow_input: true,