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