Important changes to Tiny Cloud pricing > Find out more
Return to Website

visual_table_class

This option enables you to specify what CSS class to use for presenting visual aids for borderless tables. The default value of this option is set to "mceVisualAid".

Example of usage of the visual_table_class option:

tinyMCE.init({
    ...
    visual_table_class : "myCustomVisualAidTableClass"
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.