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