COLORPICKER{} -- color picker for use in HTML forms for TWiki applications

  • The %COLORPICKER{}% variable is handled by the ColorPickerPlugin.
  • Syntax: %COLORPICKER{ name="..." value="..." }%
  • Parameters:
ParameterSorted ascending Description Default Example
Additional parameters can be supplied; they will be added to the HTML input field.
class CSS class of input field (none) class="twikiInputField"
name Name of input field (required) name="text_color"
size Size of input field (browser default) size="12"
value Initial color value, in hexadecimal notation for the combination of Red, Green, and Blue color values (RGB). (none) value="#0000ff"