TinyMCE:Configuration/indentation

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the indentation option:

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