Overview #
Provides Color Picker functionality in the Edit Form or hexadecimal value as an output.
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Usage with parameters:
{{ FieldName(Format) }}
Format
(optional) – Return formats: HEX is #rrggbb or #rrggbbaa, RGB is rgb(r,g,b) or rgba(r,g,b,a)
Example:
{{ FieldName("rgba") }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Color Picker format.
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(Transparent) }}
Transparent
(optional) – Allow transparency (alpha color).
Example:
{{ FieldName.edit("transparent") }}
Leave a Reply
You must be logged in to post a comment.