type

name of a predefined styling type

string type;

Example

webix.ui({ 
  view:"template",
  type:"header",
  template:"My header text" 
});

Details

There are three predefined types:

  • "header"
  • "section"
  • "clean"
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.