returns the current value of the component
string | a color in the hex format |
webix.ui({
view:"colorboard",
id:"color",
cols :30,
rows :30,
width :400,
height :400
});
$$('color').setValue("#2626FF")
$$('color').getValue();// -> "#2626FF"
Value of the control may be: