The forum operates in read-only mode. Please head to StackOverflow for support.
Hi,
I have disabled the file upload plugin, but I would also like to remove the upload button. I can't find a configuration option for that.
Can you give any hint on which route to follow to accomplish this?
Thank you, Paolo
It seems I found out. I set the toolbar buttons explicitly with the config object:
CKFinder.config.toolbar_Full = [['Refresh', 'Settings', 'Maximize']];
/paolo
It seems I found out. I set
It seems I found out. I set the toolbar buttons explicitly with the config object:
CKFinder.config.toolbar_Full = [['Refresh', 'Settings', 'Maximize']];
/paolo