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

indentation

(Requires: 3.0rc2)

This option allows specification of the indentation level for indent/outdent buttons in the UI. This defaults to 30px but can be any value.

Example of usage of the indentation option:

tinyMCE.init({
    ...
    indentation : '20pt'
});

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.