fires before any request is sent to the server side
url | string | the path to the server-side script |
folder | object | the object of the folder to load data into (see details) |
boolean | returning false will prevent the operation |
$$("fmanager").attachEvent("onBeforeRequest",function(url, folder){
// your code
return true;
});
The folder object includes several properties, depending on the type of operation. Detailed description of possible operations and related request and response parameters is given here