sets a new value for the richtext control
webix.ui({ view:"form", elements:[ { view: "richtext", id: "rt1", value: "Some text" } ] }); $$("rt1").setValue("Some text");