(New page: == ShowBorders == Lets say that you have created a table in the editor and you've set the "Border size" to "0". If the "ShowBorders" option is enabled (set to 'true') the editor will show...) |
|||
Line 1: | Line 1: | ||
− | + | Lets say that you have created a table in the editor and you've set the "Border size" to "0". If the "ShowBorders" option is enabled (set to 'true') the editor will show the borders of the table so you can easily access the cells. Of course the table will still have the border size set to 0. If you disable this option when you create a table with the "Border size" set to "0" you won't be able to see the table in WYSIWYG mode and you will have to access it from the "Source Code" view. | |
− | |||
− | Lets say that you have created a table in the editor and you've set the "Border size" to "0". If the "ShowBorders" option is enabled (set to 'true') the editor will show the borders of the table so you can easily access the cells. Of course the table will still have the border size set to 0. If you disable this option when you create a table with the "Border size" set to "0" you won't be able to see the table in WYSIWYG mode and you will have to access it from the "Source Code" view. | ||
− | |||
− | |||
<pre>FCKConfig.ShowBorders = true ; | <pre>FCKConfig.ShowBorders = true ; | ||
</pre> | </pre> |
Latest revision as of 12:14, 3 June 2008
Lets say that you have created a table in the editor and you've set the "Border size" to "0". If the "ShowBorders" option is enabled (set to 'true') the editor will show the borders of the table so you can easily access the cells. Of course the table will still have the border size set to 0. If you disable this option when you create a table with the "Border size" set to "0" you won't be able to see the table in WYSIWYG mode and you will have to access it from the "Source Code" view.
FCKConfig.ShowBorders = true ;