returns the current value of the control
string | the current value of the control |
webix.ui({
view:"form",
elements:[
{ view: "richtext", id: "rt1", label: "Some text"}
]
});
$$('rt1').getValue(); // returns "Some text"
The returned value of the control may be: