Option: theme_advanced_path_location

This option enables you to specify where the element path 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_path_location option:

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