width

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

number width;

Example

webix.ui({
    view:"comments",
    width: 450,         currentUser:4,
    url:"./data/comments",
    users:"./data/users.js"
});

Related samples

See also
Наверх