wizard.colorPicker¶
Field Wizard: Color Picker
See https://docs.typo3.org/typo3cms/TCAReference/AdditionalFeatures/CoreWizardScripts/Index.html for details about the behaviors that are controlled by arguments.
DEPRECATED - use flux:field with custom "config" with renderMode and/or fieldWizard attributes
Arguments¶
label¶
- DataType
string
- Default
'Choose color'
- Required
false
- Description
Optional title of this Wizard
hideParent¶
- DataType
boolean
- Required
false
- Description
If TRUE, hides the parent field
variables¶
- DataType
mixed
- Default
array ()
- Required
false
- Description
Freestyle variables which become assigned to the resulting Component - can then be read from that Component outside this Fluid template and in other templates using the Form object from this template
extensionName¶
- DataType
string
- Required
false
- Description
If provided, enables overriding the extension context for this and all child nodes. The extension name is otherwise automatically detected from rendering context.
dim¶
- DataType
string
- Default
'20x20'
- Required
false
- Description
Dimensions (WxH, e.g. 20x20) of color picker
width¶
- DataType
integer
- Default
450
- Required
false
- Description
Width of the popup window
height¶
- DataType
integer
- Default
720
- Required
false
- Description
Height of the popup window
exampleImg¶
- DataType
string
- Default
'EXT:flux/Resources/Public/Icons/ColorWheel.png'
- Required
false
- Description
Example image from which to pick colors