Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想使用 TinyMCE 拼写检查功能,但无需安装 PHP 或 .NET。
有没有人成功做到这一点?
我们目前使用的是 Windows Server 2008、IIS 7 和 Perl。
您需要在 Web 服务器上编写一些处理程序,该处理程序需要与 PHP 脚本所需要的相同参数。你使用什么语言并不重要。您需要做一些逆向工程,并可能更改 Javascript 中的 URL 以指向您的新处理程序。
您可以将 gecko_spellcheck: true 作为选项传递给 tinymce.init(),这将允许浏览器进行拼写检查。
它不适用于 Internet Explorer,这是有道理的,因为 Internet Explorer 没有嵌入拼写检查。