the width of the label
webix.ui({ container:"box", cols:[ { view:"form", elements:[ { view: "richtext", label:"Mytext", labelWidth:90} ]} ] });