sets focus to the richtext
webix.ui({ view: "richtext", id: "rt1", label: "Some text" }); $$("rt1").focus();