vote up 0 vote down star

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

flag

3 Answers

vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.