The forum operates in read-only mode. Please head to StackOverflow for support.
I have a file manager (kcfinder) and I can load the image path selected in an input that is in the same window?
Kcfinder is a third-party product that we do not support (as we simply do not know it), so you should probably ask its authors/community. Sorry!
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!
Thanks Anna.
Anyway I solved this way...
File: kcfinder/js/browser/files.js
browser.returnFile = function(file) {
var CurrObj = window.parent.CKEDITOR.dialog.getCurrent(); var tab = CurrObj.definition.dialog._.currentTabId; CurrObj.definition.dialog.originalElement = file; CurrObj.getContentElement(tab, 'txtUrl').setValue(fileURL);
Kcfinder is a third-party
Kcfinder is a third-party product that we do not support (as we simply do not know it), so you should probably ask its authors/community. Sorry!
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!
Solution
Thanks Anna.
Anyway I solved this way...
File: kcfinder/js/browser/files.js
browser.returnFile = function(file) {
var CurrObj = window.parent.CKEDITOR.dialog.getCurrent();
var tab = CurrObj.definition.dialog._.currentTabId;
CurrObj.definition.dialog.originalElement = file;
CurrObj.getContentElement(tab, 'txtUrl').setValue(fileURL);