views:

873

answers:

3

Which download I need to use to use TinyMCE in JSP(Struts application)

I see Main Package, Development Package and also different Compression packages..

I am trying to implement Rich text editor for a text area in our application

Thanks

+1  A: 

The compression packages are just compressed versions of the main package - you should be careful about using them because they can cause a lot of load on the client-side. The development package will probably be an unstable version of the code, so you should probably use the main package to be safe.

Mat Mannion
A: 

Thank you. I downloaded the Main package to some temporary folder on my machine. Do I need to copy only tiny_mce(Jscript file) to my project and then refer that jScript file in my jsp and do I need to copy the entite Tiny_mce folder on to my project

A: 

I got it working. Answering my own quesion: We need to copy the entire folder to the project and edit the Jsp as per examples in the website.

I used main package.