In CKEditor we can specify file and link browsers. (CKFinder for example)
When we specify different browsers for the files and the links then it works as intended.
But in one place always the file browser is used, instead of the link browser.
When we go the image detail dialog, there is a "Link" tab with the ability to browse for links.
But if I click there on "Server", it always invokes the file browser, and not the link browser.
Is this intended ?
If yes, is there a way to have the link browser showing up instead ?
Thanks
When we specify different browsers for the files and the links then it works as intended.
But in one place always the file browser is used, instead of the link browser.
When we go the image detail dialog, there is a "Link" tab with the ability to browse for links.
But if I click there on "Server", it always invokes the file browser, and not the link browser.
Is this intended ?
If yes, is there a way to have the link browser showing up instead ?
Thanks
Re: Filebrowser / Linkbrowser
From documentation http://docs.cksource.com/CKEditor_3.x/Developers_Guide -> http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29
Use configuration parameter, called filebrowserBrowseUrl. If you set another URL for: filebrowserFlashBrowseUrl for insert flash, filebrowserImageBrowseLinkUrl for insert link on image dialog and filebrowserImageBrowseUrl for insert image then filebrowserBrowseUrl is used only on Link dialog. Maybe.
Re: Filebrowser / Linkbrowser
Yep,
exactly this.
filebrowserImageBrowseLinkUrl
and
filebrowserFlashBrowseLinkUrl
are the correct config to set.
Looks like the docu is not completely up-to-date.
Thanks a lot.
André