AJAX from File Manager

Do I need to jQuery to AJAX from my File Manager app or can I use the WEBIX object?

You can use webix.ajax(url) function to issue AJAX queries within Webix and hence within the File Manager.

You may check the article on AJAX operations with Webix.

But Helga, when I use AJAX and not the fileManager.load(), the remote errors don’t recall the fileManager.load. I can use the webix.ajax successully, but how do I remove the old FILE TREE and use fileManager.parse().

My problem is the when I use fileManager.parse() I need to remove all items first from file tree, because parse just adds new items and keeps all old files.

You can call the clearAll method to clear the FileManager data.