The forum operates in read-only mode. Please head to StackOverflow for support.
var finder = new CKFinder(); finder.basePath = '../'; finder.callback = function( api ) { // Disable "View" option api.disableFileContextMenuOption( 'viewFile' ); } finder.create();
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: disable view in context menu
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: disable view in context menu
Do you have the above code in VBScript?
Thanks.