gets the ID of the first child of the specified branch
id | id | the parent (branch) ID |
string | the ID of the first child of the specified branch. If there aren't any, returns null |
webix.ui({
view:"filemanager", id:'files',
data:filemanager_data
});
console.log($$('files').getFirstChildId("reports"));