带拼写检查功能的 Javascript RTE

发布于 2024-08-03 22:14:21 字数 121 浏览 2 评论 0原文

任何人都可以向我指出一个好的富文本编辑器(成本不是问题)的方向,它具有内置的拼写检查功能,或者可以配置为指向内部拼写服务。 由于应用程序驻留在受限网络上,我无法使用利用外部 jsonp 服务(google api 等)的小部件。

Can anyone point me in the direction of a good rich text editor (cost not an issue) that has an inbuilt spell check or can be configured to point to an internal spelling service.
I cannot use widgets that harness external jsonp services (google api etc) due to the application residing on a restricted network.

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

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

发布评论

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

评论(3

千纸鹤带着心事 2024-08-10 22:14:21

tinymce 是一个可靠的 RTE,可以使用 ASpell 或 PSpell 作为其拼写检查插件

tinymce is a solid RTE that can use ASpell or PSpell for its spell checking plugin

梦情居士 2024-08-10 22:14:21

您可以使用 aspell 轻松地在您选择的编辑器中构建拼写检查。应该有一个库供您选择服务器语言。

http://aspell.net/

You could easily build a spell check into your choice editor with the aspell. There should be a library for your choice of server language.

http://aspell.net/

流星番茄 2024-08-10 22:14:21

JavaScript 拼写检查 声称能够轻松与其他 RTE 集成。事实上,他们甚至有一个页面通过现场演示向您展示如何集成它们。就我个人而言,我会坚持使用久经考验的 RTE,例如 YUI 或 WMD(在 SO 上使用),并添加拼写检查器,例如这个。

JavaScript Spell-Check claims to be able to integrate easily with other RTEs. In fact, they even have a page showing you how to integrate them, with a live demo. Personally, I would stick to a tried and true RTE like YUI's or WMD (used on SO) and tack on a spell-checker, like this one.

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