Page 1 of 1

TinyEditor destroys code

Posted: Fri Feb 26, 2010 9:10 pm
by bullitshot
I want to add some html code, tables etc. to a page.

When I open the page I turn out the TinyEditor and I put the code in.

When I put the TinyEditor back on it changes my code so it will not work properly.

Is it possible to stop this?

Thanx!

Re: TinyEditor destroys code

Posted: Sat Feb 27, 2010 6:33 am
by RonnyK
wysiwyg isnt for code.... It will try to escape characters like f.e. It would be better to put that logic in a GCB, where in GLobal Settings you make GCBs to NOT have a wysiwyg. In the regular pages, you then call the GCB where wanted.

Ronny