returns the current value of the control
webix.ui({ view:"slider", id: "myslider", label:"Price", value:20 }); $$("myslider").getValue(); // returns the current value (20 in this case)