width

задает ширину компонента

number width;

Example

webix.ui ({ 
    view:"flexlayout",
    height:300, 
    width:300,
    ...  
});

Наверх