focus of ui.richtext, Methods Webix Docs
sets focus to the richtext
void focus();
Example
webix.ui({
view: "richtext",
id: "rt1",
label: "Some text"
});
$$("rt1").focus();
See also
API
Articles
focus of ui.richtext, Methods Webix Docs
sets focus to the richtext
void focus();
webix.ui({
view: "richtext",
id: "rt1",
label: "Some text"
});
$$("rt1").focus();
See also
API
Articles