Documentation

space

draws the space

string space(object obj,object common);

Parameters

objobjectthe data item object
commonobjectthe collection of predefined template functions

Returns

stringthe HTML string

See also

Example

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

Back to top