width of ui.comments, Properties Webix Docs

StartAPI Referenceui.commentsProperties

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

  • Back to top