具有 Gmail 风格拼写检查功能的富文本编辑器
我想要一个 JavaScript 富文本编辑器,它支持突出显示单词并在单击这些突出显示的单词时触发事件,就像 Gmail 在拼写检查模式下所做的那样。
我需要大量定制任何现有的解决方案,因此易于扩展的解决方案将是理想的选择。目前我倾向于 TinyMCE。
I am after a JavaScript Rich Text Editor that supports highlighting words and triggering events when those highlighted words are clicked, like what Gmail does when in spellcheck mode.
I will need to heavily customize any existing solution, so something that is easy to extend would be ideal. Currently I am leaning towards TinyMCE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Richtextbox 还是 HTML?
如果是 HTML,那么您应该坚持使用 TinyMCE。 :
就其价值而言,我们还研究了 FCKEditor,但更喜欢 TinyMCE
更新: 尽管有些用户想要它,但拼写检查从未出现在“必需品”列表中。对于我们来说,教少数用户如何使用 IE、Firefox 或 Chrome 而不是将其放入编辑器中。
想象一下尝试编写3 ben soup示例!
Richtextbox or HTML?
If it is HTML, then you should stick with TinyMCE. :
For what its worth, we also looked at FCKEditor but preferred TinyMCE
UPDATE: While some users wanted it, spell checking has never been on the "essentials" list. It has always been quicker / cheaper for us to teach the handful of users how to use the spell checking features of IE, Firefox or Chrome instead of putting it in the editor.
Imagine trying to code the 3 been soup example!!!
TinyMCE 似乎是目前最好的一个。您可能想看看 FCKEditor 和 HTMLArea 也是如此。您可以在此处找到此类 WYSIWYG HTML 编辑器的列表。
TinyMCE seems to be the best one these days. You might want to take a look at FCKEditor and HTMLArea as well. You can find a list of such WYSIWYG HTML editors here.