Tools and News for Developers using the AllClients Platform

“color” field

Landing Pages

About

Allows user to pick an HTML HEX color with a color picker

Parameters

  • label – Label displayed to user when filling out form (required)
  • default – Default Value (optional)
  • tip – Tips and advice displayed to user at entry
  • sort – Use this value to override display order of fields (vs default which is order in html)
  • clickable – Make field editable in Full Screen Editor. See notes on “clickable” fields.

Example

This example allows the user to change the page’s background color, though it can be used in the STYLE definition or inline within a tags style as well.

<style>

body {background-color: <!-- type:color; label:"Background
Color"; default:"#FFFFCC"; max-length=7; tip:"Use a very light color" -->;}

</style>