Line 7: | Line 7: | ||
<pre><p>Some text.</p> | <pre><p>Some text.</p> | ||
</pre> | </pre> | ||
− | If set to true: <p>Some text.</ | + | If set to '''true''': |
+ | <pre>&lt;p&gt;Some text.&lt;/&gt; | ||
+ | </pre> |
Latest revision as of 14:32, 22 January 2008
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:
<p>Some text.</>