type of ui.template, Properties Webix Docs
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"