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.
在我的编辑器中,当我单击拼写检查器时,它会显示:
Please specify: spellchecker_rpc_url
此消息显示在警报框中。
是什么原因?
我应该在哪里设置 spellchecker_rpc_url ?
尝试这个:
tinyMCE.init({ spellchecker_rpc_url: '/path/to/tiny_mce/plugins/spellchecker/rpc.php', });