Option: theme_advanced_toolbar_align

This option enables you to specify the alignment of the toolbar, this value can be left, right or center the default value is center. This option can only be used when theme is set to advanced and when the theme_advanced_layout_manager option is set to the default value of "SimpleLayout".

Example of usage of the theme_advanced_toolbar_align option:

tinyMCE.init({
	...
	theme_advanced_toolbar_align : "left"
});