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 助手在 Wordpress 中安装 PODS 框架时遇到问题。
当我尝试上传新图像(通过使用媒体上传按钮)时,它工作正常,但是当我尝试插入图像以发布时,我收到一个 javascript 错误,提示 QTags 上缺少 insertContent 方法。
我看到 Pods-tinymce 有自己的这个 js 类的版本,我没有看到这个文件中的 insertContent 函数?
任何想法我现在应该检查什么?
您可以使用mceInsertContentexecCommand 添加内容:
mceInsertContent
tinyMCE.execCommand('mceInsertContent', false, '<img src="..." href="..."/>');