Documentation

Properties

animate defines or disables view change animation.
borderless used to hide the component borders
cols sets the number of columns in the palette
container an html container (or its id) where the component needs initializing
css the name of a css class that will be applied to the view container
disabled indicates whether an item is enabled or not
gravity sets the view gravity (1 by default)
height sets the height of the component
hidden defines whether the view will be hidden initially
id the component ID
maxHeight sets the maximum height for the view
maxLightness sets the end value of lightness for the default color palette
maxWidth sets the maximum width for the view
minHeight sets the minimal height for the view
minLightness sets the start value of lightness for the default color palette
minWidth sets the minimal width for the view
on allows attaching custom handlers to inner events of the component
palette sets palette colors
rows sets the number of rows in the palette
template defines a custom template that will be applied to the component
value currently selected color
width sets the width of the component
Back to top