type

задает один из типов темплейта

string type;

Example

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

Details

Есть три типа:

  • "header"
  • "section"
  • "clean"
Наверх