Hello,
I have a page with 5 fields which I want to populate with CKFinder. There is only one user, and all files are stored in the same directory (said directory can have multiple branches). That's OK, when I use the popups.html sample, I can get it working.
But I don't want popups: I'd like to dedicate a space (say, a DIV) in the page where, when I click the field, a CKFinder instance is created in the reserved space, and when I double-click, select+close the CKFinder dialogue etc. the file's (relative) URL is returned to the field, and the CKFinder instance destroyed.
Since I'd also like to be able to reduce/hide the container DIV on CKFinder's deletion, is there a callback function associated with a CKFinder instance's destruction? Can I use 2.0.2's closepopup()?
Regards,
Mitch
I have a page with 5 fields which I want to populate with CKFinder. There is only one user, and all files are stored in the same directory (said directory can have multiple branches). That's OK, when I use the popups.html sample, I can get it working.
But I don't want popups: I'd like to dedicate a space (say, a DIV) in the page where, when I click the field, a CKFinder instance is created in the reserved space, and when I double-click, select+close the CKFinder dialogue etc. the file's (relative) URL is returned to the field, and the CKFinder instance destroyed.
Since I'd also like to be able to reduce/hide the container DIV on CKFinder's deletion, is there a callback function associated with a CKFinder instance's destruction? Can I use 2.0.2's closepopup()?
Regards,
Mitch
Re: How to use multiple CKFinder instances without popups?
Re: How to use multiple CKFinder instances without popups?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: How to use multiple CKFinder instances without popups?
Hi Wiktor,
i would like to use this feature as well !!
Is this feature available in version 2.1.1 ??
Re: How to use multiple CKFinder instances without popups?
includes a new API method to destroy a CKFinder instance: http://docs.cksource.com/ckfinder_2.x_a ... ml#destroy
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!