Line 1: | Line 1: | ||
− | |||
− | |||
Forces the editor to output simple ampersands (&) on attributes (like "href" on links) instead of its relative entity (&amp;). This is not recommended by the W3C XHTML specifications, so this option should remain disabled whenever possible.<br> Example:<br> | Forces the editor to output simple ampersands (&) on attributes (like "href" on links) instead of its relative entity (&amp;). This is not recommended by the W3C XHTML specifications, so this option should remain disabled whenever possible.<br> Example:<br> | ||
<pre>FCKConfig.ForceSimpleAmpersand = true ; | <pre>FCKConfig.ForceSimpleAmpersand = true ; | ||
</pre> | </pre> | ||
<br> | <br> |
Revision as of 09:05, 16 February 2008
Forces the editor to output simple ampersands (&) on attributes (like "href" on links) instead of its relative entity (&). This is not recommended by the W3C XHTML specifications, so this option should remain disabled whenever possible.
Example:
FCKConfig.ForceSimpleAmpersand = true ;