选项:theme_advanced_path

这个元素控制是否显示元素路径。只有当 theme_advanced_statusbar_location 选项设为 "top" 或 "bottom"时才有用。默认为:true。

theme_advanced_path 选项的使用示例:

tinyMCE.init({
	...
	theme_advanced_path : true
});