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

table_inline_editing

This true/false option gives you the ability to turn on/off the inline table editing controls in Firefox/Mozilla. These controls are somewhat buggy and not redesignable so they are disabled by default.

Example of usage of the table_inline_editing option:

tinyMCE.init({
    ...
    table_inline_editing : true
});

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.