FCKeditor

HtmlEncodeOutput

From FCKeditor Docs

Jump to: navigation, search

HtmlEncodeOutput

This option tells the editor to HTML encode some characters before posting the editor data. The encoded chars are: &, < and >. For example, if it is set to false:

FCKConfig.HtmlEncodeOutput = false ;

the editor posts code like this:

<p>Some text.</p>

If set to true:

&lt;p&gt;Some text.&lt;/&gt;
Personal tools
Powered by MediaWiki