TinyMCE:Configuration/encoding

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: encoding

This option enables you to get XML escaped contents out of TinyMCE. Posted content will be converted to a XML string escaping characters such as <, >, ", and & to &lt;, &gt;, &quot;, and &amp;. This option is set nothing by default and is therefore disabled.

Example of usage of the encoding option:

tinyMCE.init({
	...
	encoding : "xml"
});
Personal tools