I'm new to TinyMCE in Teamsite 7.4 as we were VF users till now. I'm trying to learn how to modify TinyMCE to "clean" content pasted in a forms publisher template. I've read the TS documentation and went to the TinyMCE site and I still can't figure out how to do what was a trivial edit for me before.
One issue with the TinyMCE site is that the earliest version they post about on their homepage is V.3 but TS ships with V 2.x so i'm hoping the scripts are similar if not the same.
Specifically I saw this on their site:
"paste_word_valid_elements
This option enables you to configure the valid_elements specific to MS Office. Word produces a lot of junk HTML so when users paste things from Word we do extra restrictive filtering on it to remove as much of this as possible. This option enables you to specify what elements and attributes you want to include when Word contents intercepted.
Example of usage
tinymce.init({
paste_word_valid_elements: "b,strong,i,em,h1,h2"
});
"
The thing is I don't know which file(s) to edit and where do I insert this snippit for testing. Does HP provide tinymce documentation specific to the ts 7.4.x release besides the content template dev pdf?
Thanks everyone in advance.