Files
tinymce-docs-4x/tash
T
2018-11-27 15:30:58 +10:00

1.2 KiB

diff --git a/_includes/configuration/visual.md b/_includes/configuration/visual.md
index 3e79790..ed53534 100644
--- a/_includes/configuration/visual.md
+++ b/_includes/configuration/visual.md
@@ -1,6 +1,10 @@
## visual
 
-This true/false option gives you the ability to turn on/off the visual aid for tables with no borders. If the border of a table is set to `0`, then TinyMCE adds a dotted line around the table by default.
+This true/false option gives you the ability to enable or disable the `visual` aid.
+
+This setting also allows `visual` aid to override the `Menu` settings. For instance, you can enable or disable `visual` aid even if the `Menu` is set to `False`.
+
+If the border of a table is set to `0`, then TinyMCE adds a dotted line around the table by default.
 
**Type:** `Boolean`
 
@@ -12,7 +16,7 @@ This true/false option gives you the ability to turn on/off the visual aid for t
 
```js
tinymce.init({
- selector: 'textarea', // change this value according to your HRML
+ selector: 'textarea', // change this value according to your HTML
visual: false
});
```