MS AJAX HTMLEditor - 自定义工具栏
我正在网站上使用 MS AJAX HTMLEditor 组件。但是,我希望能够自定义用户可用的工具栏。据我所知,它似乎是用 CSS 处理的,但文档并没有真正提供精确的自定义代码。我希望我的编辑器看起来与以下位置的编辑器完全一样: http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/OtherSamples/LiteNoBottom.aspx
但我找不到正确的 CSS 组合来实现它。
I'm using the MS AJAX HTMLEditor component on a web site. However, I want to be able to customize the toolbars that are available to users. From what I've read, it seems to be handled with CSS but the documentation doesn't really provide exact customization code. I'd like my editor to look exactly like the one at: http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/HTMLEditor/OtherSamples/LiteNoBottom.aspx
But I can't find the right combination of CSS to make it happen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我找到了这个问题的答案。它实际上与 CSS 完全无关,你必须重写该控件,然后添加你想要的按钮。
Nevermind, I found the answer to this. Its actually not related to CSS at all, you have to override the control and then add the buttons you want.