Line 1: | Line 1: | ||
− | 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. | + | 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:<br> | ||
<pre>FCKConfig.ForceSimpleAmpersand = true ; | <pre>FCKConfig.ForceSimpleAmpersand = true ; | ||
</pre> | </pre> | ||
<br> | <br> |
Revision as of 09:13, 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 ;