Color

Overview #

Provides Color Picker functionality in the Edit Form or hexadecimal value as an output.

Color


Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Usage with parameters:

{{ FieldName(Format) }}
  1. Format (optional) – Return formats: HEX is #rrggbb or #rrggbbaa, RGB is rgb(r,g,b) or rgba(r,g,b,a)
    • (Hexadecimal – default)
    • rgba: rgba()

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) }}
  1. Transparent (optional) – Allow transparency (alpha color).
    • (No – default)
    • transparent: Yes

Example:

{{ FieldName.edit("transparent") }}


What are your feelings

Leave a Reply

Updated on January 9, 2025