Option: theme_advanced_statusbar_location

This option enables you to specify where the element statusbar with the path and resize tool should be located. This option can be set to "top", "bottom" or "none". The default value is set to "none". 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_statusbar_location option:

tinyMCE.init({
	...
	theme_advanced_statusbar_location : "bottom"
});