TinyMCE:Configuration/visual

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the visual option:

tinyMCE.init({
	...
	visual : false
});
Personal tools