returns the current value of the control
string | the current value of the control |
webix.ui({
view:"text",
id: "firstName",
name:"firstName",
value:"John",
label:"First name"
});
$$("firstName").setValue("Aldous");
$$("firstName").getValue(); // "Aldous"
The returned value of the control may be: