content

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
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.