(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...) |
|||
| Line 1: | Line 1: | ||
| − | + | 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 disable this behavior. | |
| − | + | Example: | |
| − | |||
| − | Example: | ||
<pre>FCKConfig.FillEmptyBlocks = false ; | <pre>FCKConfig.FillEmptyBlocks = false ; | ||
</pre> | </pre> | ||
Revision as of 15:04, 17 March 2009
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 disable this behavior.
Example:
FCKConfig.FillEmptyBlocks = false ;