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", css:"webix_primary" },
{ view:"button", id:"b2", value:"Back", css:"webix_primary" }
]
});
$$("b1").getValue(); // returns "Edit"
The returned value of the control may be: