Hello,
I am trying to remove the folder context menu in ck finder since it is unnecessary in our application. We have been able to grey out all the options in the menu by removing privileges to them in the php file, but I have been unable to remove the actual menu, or any menu items. I tried using the disablefolderContextMenuOption function, but it does not seem to work on the Delete, Rename, or Add Subfolder options. Can these options be disable? Is there some way other than hiding all the options to get rid of the context menu? NOTE: I do not want to get rid of the file context menu, just the folder.
Thanks,
Joel
I am trying to remove the folder context menu in ck finder since it is unnecessary in our application. We have been able to grey out all the options in the menu by removing privileges to them in the php file, but I have been unable to remove the actual menu, or any menu items. I tried using the disablefolderContextMenuOption function, but it does not seem to work on the Delete, Rename, or Add Subfolder options. Can these options be disable? Is there some way other than hiding all the options to get rid of the context menu? NOTE: I do not want to get rid of the file context menu, just the folder.
Thanks,
Joel
Re: Hide Folder Context Menu in CK Finder