选项:theme_advanced_blockformats

这个选项包含以逗号分隔的块格式列表,选项默认值为:"p,div,address,pre,h1,h2,h3,h4,h5,h6"只有当使用高级主题时才有用。

theme_advanced_blockformats 选项的使用示例:

tinyMCE.init({
	...
	theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6"
});