TinyMce 中的清除格式按钮 [英] Clear Formatting button in TinyMce

查看:171
本文介绍了TinyMce 中的清除格式按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在 TinyMce 工具栏中添加清除格式按钮.如何将清除格式按钮添加到 tinyMce 工具栏.

I want add Clear Formatting button to TinyMce toolbar. How to add Clear Formatting button to tinyMce toolbar.

推荐答案

使用 removeformat 按钮,如下所示:

Use removeformat button like following:

tinymce.init({
    ...
    toolbar: "...| removeformat | ...",
    ...       
});

所有 TinyMce V3 按钮列表

这篇关于TinyMce 中的清除格式按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆