FCKeditor had a file browser...
CKEditor supports a file browser, but for the moment the only available one is the CKFinder, which is not opensource.
It won't be a big problem to buy it if I didn't need to use it in a opensource project.
Fred said that the free file browser would have been included into CKEditor 3.1, but I don't find any word about it in the release note.
Any news about this?
Simone
CKEditor supports a file browser, but for the moment the only available one is the CKFinder, which is not opensource.
It won't be a big problem to buy it if I didn't need to use it in a opensource project.
Fred said that the free file browser would have been included into CKEditor 3.1, but I don't find any word about it in the release note.
Any news about this?
Simone
Re: OpenSource File Browser for CKEditor
plugging any filebrowser into ckeditor is relatively easy. this CkEditor Docs page shows how:
to get it working download any open source file browser (there are loads, i chose one from the search listings above). the only thing you need to make sure is that when you choose the file you want (e.g. to insert an image into the img dialog), call the window.opener.CKEDITOR.tools.callFunction() when you select the image.
if your file browser lists all images as links? then edit the image link within the filebrowser:
where funcNum is the GET parameter passed to your filebrowser (this is also explained in the docs above). the parameter is called CKEditorFuncNum. if you use php, that would be $_GET['CKEditorFuncNum']. so the final code would be
this function can be called when a checkbox is selected, button clicked, etc. and it will work with any free open source filebrowser. download a couple and see which one you like.
hth
Re: OpenSource File Browser for CKEditor
Thank you very much for the detailed explanation.
Now I've to find one ajax open source browser which has a serverside connector that works with .NET...
I found this one:
http://labs.corefive.com/2009/10/30/an- ... ditor-3-0/
but no ASP.NET connector so far
Simo
Roxy file manager is open
Roxy file manager is open source and has distribution for ASP .NET
MB File Manager
Roxy file manager is only for .NET 4.5. If you need an open File browser for .NET 3.5 try MB Filebrowser. More: it is installable via nuget.org.