ComponentOne Studio - Cloud Business App Edition
InputColor

The InputColor control allows the end-users to enter and edit HTML colors. The colors can be specified by entering a valid CSS color string in the control, or by using a drop-down which shows a color palette in a ColorPicker control. The control also enables the users to set transparency of a particular color.

Isml.js
Copy Code
myapp.InputColor.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