height of ui.comments, Properties Webix Docs

StartAPI Referenceui.commentsProperties

sets the height of the component

number height;

Example

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

Related samples

See also

  • API

  • Articles

  • Back to top