Morning all...
TS 7.3.1
TinyMCE v3.1.2
I am trying to use an onClick function for an button in the TinyMCE editor.
When I toggle to the HTML view, I enter the following:
[html]
[/html]
When I "update" and close the HTML window, back to visual editor view, then once more back to the HTML code, the editor has added all kinds of additional code which looks like this:
[html]
[/html]
Which when generated, kills the input button...
I am looking at the TinyMCE configuration files, and in the TinyMCE forum documentation, and think that the "apply_source_formatting" variable should be set to "false", but looks as though there are multiple places that this variable is set.... and its not actually set to True or False, it is set to "0" zero...
AND...is that even the proper variable to set...
Should there be something else I need to look at?