Hi,
Is it correct that it's only possible to select a file on double click at the moment in ckfinder? It would be nice for me if I could trap a single left click file selection.
Cheers,
Joe
Is it correct that it's only possible to select a file on double click at the moment in ckfinder? It would be nice for me if I could trap a single left click file selection.
Cheers,
Joe
Re: ckfinder select on single left click
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder select on single left click
Re: ckfinder select on single left click
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder select on single left click
Re: ckfinder select on single left click
By the way, I'm using CKfinder 1.3.2, should the variable names be obfuscated into other names so you can't find 'this.cv.onclick=bO;', try searching after '.documentElement);'. The second appearance is just in front of the code you have to change (the code with '.onclick='). To see what to set onclick to, check to what the ondblclick is set to in the next command and copy that. (do this for both the gecko and ie file)
To illustrate, for 1.3.2 that was ".documentElement);this.cv.onclick=bO;if (ab.dS) this.cv.ondblclick=bl;" being changed into ".documentElement);this.cv.onclick=bl;if (ab.dS) this.cv.ondblclick=bl;"
Re: ckfinder select on single left click
again, I'm using CKFinder 1.3.2, and I'm not sure if other versions have the same variable names and function names to search for.
feature request: ckfinder select on single left click
Having an option to choose between double and single click to select an element.