getChildViews

возвращает внутренние компоненты

array getChildViews();
arrayмассив компонентов (объектов)

Example

var tree = webix.ui({ 
    id:"mylayout",
    rows:[
        { view:"toolbar", type:"MainBar" },
        ...
    ]
});
 
var toolbar = $$('myLayout').getChildViews()[0];
var tbarName = $$('myLayout').getChildViews()[0].name;

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of kanban board product.