I have been trying to edit the .js myself, but your oh so helpfully commented ckfinder_gecko.js in the /ckfinder/core/js folder, which claims
The contents of this file is NOT part of the Source Code of CKFinder.
thats rubbish, once i ran it through an un-obfuscator it was clearly part of the source code.
anyway, so it nigh on impossible for me to get in there and edit it myself.
i think it might be here that i need to edit but its hard to tell...
ac.prototype.Select=function (){
var A=bf.R;
if (A!=null) bf.aY[A].ck();
bf.R=this.Index;
var B=bf.cv.getElementById('Folder'+this.Index);
if (!(/ FCKFolderSelected PopupSelectionBox/.test(B.className))) B.className+=' FCKFolderSelected PopupSelectionBox';
};
can someone please help me out here, or at least can we please have some un-messed code so we can develop our own solution while we wait for yours
Re: Dimensions of pictures
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Dimensions of pictures
I have been trying to edit the .js myself, but your oh so helpfully commented ckfinder_gecko.js in the /ckfinder/core/js folder, which claims
thats rubbish, once i ran it through an un-obfuscator it was clearly part of the source code.
anyway, so it nigh on impossible for me to get in there and edit it myself.
i think it might be here that i need to edit but its hard to tell...
can someone please help me out here, or at least can we please have some un-messed code so we can develop our own solution while we wait for yours