fires when path in the Path view changes
path | string | the path to the currently selected folder |
ids | array | an array of folders' ids in a path |
cursor | number | index of the folder in the path |
$$("fmanager").attachEvent("onHistoryChange", function(path, ids, cursor){
// your code
});
Back to top