Hello Everyone,
I have a specific scenario in an app where I need to specify a folder to work within at the time of initializing a file browser. Now when I do this in the standalone version it works prefectly but when I try to add the same settings when attached to a CKEditor, it seems to ignore my settings.
The code is as follows:
CKFinder.setupCKEditor( editor, { basePath : '../', skin: 'kama', removePlugins : 'basket', connectorInfo : 'event=1' } ) ;
It appears to accept the basePath and skin setting but the removePlugins and connectorInfo does not pass thru at all. The Basket plugin is still dsplayed in the view and the request does not include the additional connector info.
Any help would be appreciated. At this point I am to keep using TinyMCE with MCIMageManager if this is not possible.