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在 joomla 1.5.26 中安装了插件。
tinymce
当我尝试在管理面板中使用它时,它给了我以下错误:
tinyMCE.activeEditor is undefined
请提出我所缺少的。任何帮助,将不胜感激。
tinyMCE.activeEditor当用户单击编辑器内容时设置。最好改为使用tinymce.get('your_editor_id')。这总是在编辑器初始化时定义。
tinyMCE.activeEditor
tinymce.get('your_editor_id')