Documentation

container

an html container (or its id) where the component needs initializing

HTMLElement container;

Example

<div id="box" style="width:320px; height:600px;"></div>
webix.ui ({ 
    container:"box",
    view:"list", 
    ...  
})

See also

Back to top