Hello, I am wondering if you all could point me in the right direction. I am trying to declare some customizations for the CKFinder Window when CKFinder is used in conjunction with CKEditor. I am attaching the two like so:
But the config.js settings are not being loaded into the CKFinder window after the CKEditor is being created. Specifically I was to change height, width, and turn the bucket off. Any help would be appreciated.
CKFinder_SetupCKEditor editorInstanceV2, "/ckfinder/", empty, empty
But the config.js settings are not being loaded into the CKFinder window after the CKEditor is being created. Specifically I was to change height, width, and turn the bucket off. Any help would be appreciated.
Re: Cant Use Custom CKFinder Config When Attached to CKEdito
Hi,
if you don't see changes made in config.js file please check if your browser not cached old config.js file. Please clear browser's cache.
Use http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserWindowHeight option to set CKFinder's height and http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserWindowWidth to set it's width.