fires before a request for data loading is sent to the server-side script
url | string | the URL of the server-side script |
folder | object | the object of the folder to load data into (see details) |
mode | string | the name of the dynamic loading mode, "files" or "branch" |
open | boolean | defines, whether the related folder should be opened after loading |
boolean | false, if the operation needs to be blocked |
$$("fmanager").attachEvent("onBeforeDynLoad", function(url, folder, mode, open){
// your code
return true;
});
The folder object contains all the properties of the related folder.