cancel
Showing results for 
Search instead for 
Did you mean: 

Customize tinyMce editor

lakshmi
Champ in-the-making
Champ in-the-making
Hi all,

I am trying to customize and use own configuration of tinyMCE editor. I was able to bring up the editor in my html page. Once the user opens the html page(this page has the tinyMCE editor embedded with the default html content)he edits the content. Is there any written server/java classes that i can reuse to save the edited html content to the same html file?

i can see create-html.jsp. Can i use any of the components to store the content in TinyMce editor?

Pls let me know….if its possible or any solution to store it in the editor….

Thanks,
Lakshmi
1 REPLY 1

lakshmi
Champ in-the-making
Champ in-the-making
To add to my information….i tried to use xsd and ftl to generate the html files….but the problem with xsd is that user can see the whole page, only after filling the web form. As there are lot of static and dynamic(in sense input from user) contents on my single html page…the user if he uses xsd will not have a clear picture as to which portion of my page the xsd components belong and henceforth. Thats y i have thot of the option to embed the tinymce editor in my html page itself. For this i need to know the way to store edited html content on tinymce editor…