删除 TinyMCE 格式菜单标签
我想删除 TinyMCe 格式菜单中定义的一些标签。我怎样才能在tinymce初始化时做到这一点
I want to remove some of the tags defined in TinyMCe format menu. How can i do this on tinymce initialization
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 init 函数中使用 theme_advanced_blockformats 变量来定义所需的标签。
上面的代码将只允许格式菜单上的 h2、h3 和 p 标签。
有关tinyMCE配置的更多详细信息,您可以访问
You can use theme_advanced_blockformats variable in init function to define the tags you want.
above code will allow only h2,h3 and p tags on format menu.
For more details on tinyMCE configuration you can visit this Tutorial