TinyMCE:Configuration/visual
From Moxiecode Documentation Wiki
[edit]
Option: visual
This true/false option gives you the ability to turn on/off the visual aid for borderless tables. If the border of a table is set to "0", then TinyMCE adds a dotted line around the table by default.
[edit]
Example of usage of the visual option:
tinyMCE.init({
...
visual : false
});
