Hi,
I'm trying to disable a number of built-in menu items, but it isn't working. I've enabled this plugin:
CKFinder.addPlugin('test', function(api) {
api.disableFolderContextMenuOption('RenameFolder', false);
});
...but the rename option is still there. I've verified that the plugin code actually runs, but the API call seems to do nothing. Can anyone see what might be the problem?
Thanks in advance,
Zappo