content of ui.template, Properties Webix Docs

StartAPI Referenceui.templateProperties

the id or node, the content of which will be moved to the view

id|HTMLElement content;

Example

<div id="details">...</div>
 
webix.ui({
    view:"context",
    body:{ 
        content:"details" 
    }
})

Related samples

See also

  • Articles

  • Back to top