(New page: == FillEmptyBlocks == This setting tells FCKeditor to insert the non-breaking space entity ( ) into empty table cells. It is set to "true" by default. Setting it to "false" will disa...) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | This setting tells FCKeditor to insert the non-breaking space entity ( ) into empty block elements. It is set to "true" by default. Setting it to "false" will disable this behavior. | |
− | + | Example: | |
− | |||
− | Example: | ||
<pre>FCKConfig.FillEmptyBlocks = false ; | <pre>FCKConfig.FillEmptyBlocks = false ; | ||
</pre> | </pre> |
Latest revision as of 17:04, 29 March 2010
This setting tells FCKeditor to insert the non-breaking space entity ( ) into empty block elements. It is set to "true" by default. Setting it to "false" will disable this behavior.
Example:
FCKConfig.FillEmptyBlocks = false ;