在 N2 cms 文本编辑器中更改颜色的能力
我正在使用 N2 cms,这确实是一项工作, 我希望能够在 Html 文本编辑器中更改文本颜色,它拥有除此之外所需的所有内容。
这容易做到吗?
I'm using N2 cms, and it is really piece of work,
I want to be able to change the text color in the Html Text editor, it has every thing that is needed except this.
is that easy to be done ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到你的 css 文件,放置一个带有颜色属性的类。然后转到 Html 文本编辑器并引用此类。这是一些代码。
在样式表中:
在 Html 文本编辑器中:
编辑
最佳方法
您可以通过将以下代码放入 Web.config/n2/edit 标记来启用tinyMCE 上的前景色
Go to your css file, put a class with color attribute. Then go to the Html Text Editor and refer to this class. This is some code.
In your stylesheet :
In the Html Text Editor :
Edit
Best Method
You can enable the forecolor on tinyMCE by putting the following code in Web.config/n2/edit tag