Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filemanager for TinyMCE on java platform

I'm using TinyMCE ( http://tinymce.moxiecode.com/index.php ) as an editor on a webproject running on a Java-platform (Tomcat, Spring) There's a filemanager on the webpage for TinyMCE: http://tinymce.moxiecode.com/plugins_filemanager.php

But as stated on that page: "The MCFileManager is a online file management utility, available as PHP and .NET"

So no Java-support it seems.

Does anyone know another filemanager for TinyMCE that works with Java or has another (simple) solution?

like image 693
Bulan Avatar asked Oct 13 '22 21:10

Bulan


1 Answers

I think this is the answer, haven't tried it myself yet though, but it seems to work.

TinyFCK

TinyFCK integrates the TinyMCE rich text editor with FCKEditor's file manager and uploader. TinyFCK combines the advantages of TinyMCE's features with a free file manager.

http://freshmeat.net/projects/tinyfck/

Integrate TinyFCK with JSP

http://www.jroller.com/coreteam/entry/integrate_tinyfck_with_jsp


Or one might just use the FCKEditor for Java directly http://java.fckeditor.net/

like image 174
Bulan Avatar answered Oct 21 '22 08:10

Bulan