TinyMCE:Configuration/indentation
From Moxiecode Documentation Wiki
[edit]
Option: indentation
(Requires: 3.0rc2)
This option enables specify the indentation level for indent/outdent buttons in the UI. This defaults to 30px but can be any value.
[edit]
Example of usage of the indentation option:
tinyMCE.init({
...
indentation : '20pt'
});
