an HTML container (or its ID) where the component should be initialized
<div id="box" style="width:620px; height:600px;"></div>
...
webix.ui ({
container:"box",
view:"kanban",
...
});
The container should exist in the DOM before initialization