space

draws the space

string space(object obj,object common);
objobjectthe data item object
commonobjectthe collection of predefined template functions
stringthe HTML string

Example

webix.ui({
    view:"tree",
    template:"{common.icon()} {common.space()} {common.folder()} #value#"
});

See also
Back to top