returns the current value of the control
string | the current value of the control |
webix.ui({
view:"form",
elements:[
{ view:"button", id:"b1", value:"Edit", type:"form" },
{ view:"button", id:"b2", value:"Back", type:"form" }
]
});
$$('b1').getValue(); //returns "b1"
Value of the control may be: