When user clicks on next button, I need to load the other content without closing popup(dynamically load body content on the popup without refreshing the page)
Thanks for the comments. After clicking next button, We need to fire uploader API. For that we need to pass selected folder id.
How can i get filemanager selected parent folder id in the below method
{view:“button”, value:“Next”, click:function(){
webix.ui({template:“new content”}, $$(“body”))
}},