ComponentOne Studio - Cloud Business App Edition
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);
};

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Documentation Feedback  |  Product Support Forum