width of ui.comments, Properties Webix Docs
sets the width of a widget
number width;
Example
webix.ui({
view:"comments",
width: 450, currentUser:4,
url:"./data/comments",
users:"./data/users.js"
});
Related samples
See also
API
Articles