将文本设置为默认样式

发布于 2024-12-03 13:13:29 字数 102 浏览 1 评论 0原文

我在我的asp.net应用程序中使用tinyMCE编辑器,如果有些编辑器将文本颜色更改为红色或绿色等,我想要什么,然后自动将文本颜色更改为默认颜色(黑色)。

我应该为此做什么?

I am using tinyMCE editor in my asp.net application, What I want to if some has change the text color to red or green etc., then automatically text color change to the default color (Black).

What should I do for that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百善笑为先 2024-12-10 13:13:29

有两种方法可以得到你想要的:

1.摆弄样式插件代码来设置文本颜色

2.更有希望的方法:在tinymce init之后你可以绑定UI-Style-Elements 的处理程序,用于决定何时将文本颜色设置为黑色

There are two ways to get what you want:

1. Fiddle with the style plugin code to set the text color

2. The more promising way: after tinymce init you could bind a handler to the UI-Style-Elements in order to decide when to set the text color to black

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文