returns the current value of the control
webix.ui({ view:"colorselect", value: "#CC9D90", id: "myCS" }); $$("myCS").getValue(); // returns "#CC9D90"