Tiny MCE 默认内容
我想在加载时加载 TinyMCe 的默认内容如下。
<html>
<body>
</body>
</html>
我设置了 cleanup: false 。它仍然用 包装 html 并删除我的代码。
有什么办法解决这个问题吗?
I want to load TinyMCe with default content as below when loaded .
<html>
<body>
</body>
</html>
I have set cleanup : false . Still it wraps html with <p></p>
and removes my code .
Any solution to this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了。只需启用完整的 html 插件即可。
Got it solved . Just had to enable full html plugin.