Cloud Business App Edition > Wijmo Control Extensions > Controls > Input > 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); }; |