returns the current value of the control
number | the current value of the control |
webix.ui({
view:"counter",
id:"counter1"
label:"First age"
});
$$('counter1').setValue(30);
..
$$('counter1').getValue();// -> 30
The returned value of the control may be: