Documentation

type

name of predefined styling type

string type;

Example

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

Details

There are two predefined types:

  • header
  • section
Back to top