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.
使用 Joomla!1.5.26 和 JCE 2.1.3,用户可以从弹出窗口中选择几个选项(字符串),这些选项应该直接在光标所在的 JCE 文本区域中插入文本。
如何在不创建插件的情况下与 JCE 内容进行交互?
tinyMCE.execCommand('mceInsertContent', false, '<strong>whatever you want!!!!</strong>');