buttons

sets a custom template for buttons or hides them

string|boolean buttons;

Example

webix.ui({
    view:"dbllist",
    buttons:false
});
 
//or
 
webix.ui({
    view:"dbllist",
    buttons:"<button class='dbllist_button'>Select</button>"
});

Related samples

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of javascript list product.