Cloud Business App Edition > Wijmo Control Extensions > Controls > Input > ColorPicker |
The ColorPicker control enables the end users to enter or edit a color, by selecting from a customizable color palette. The control aids in color selection by clicking on panels to adjust channels, such as hue, saturation, brightness, and alpha.
Isml.js |
Copy Code
|
---|---|
myapp.InputColorPicker.InputColor_render = function (element, contentItem) { var input = new c1.cba.Input($(element), contentItem); }; |