fires when a folder is selected in the Tree view
$$("files").attachEvent("onFolderSelect",function(id){ webix.message("Active folder is '" +this.getItem(id).value+"'"); });