如何删除ckeditor中的表单工具并调整大小
我在我的项目中使用 CKE 编辑器。我的要求是删除“FORM TOOLS
”并调整 CKE 编辑器的大小 ADJUSTABLE
。至此我已经成功在网页中显示编辑器了。我已经搜索过谷歌,但不幸的是我什么也没得到。请帮助我解决这个问题。
I am using CKE Editor in my project. My requirement is to remove "FORM TOOLS
" and make size of the CKE Editor ADJUSTABLE
. So far I have displayed editor in web page successfully. I have searched google but unluckily i have got nothing. kindly help me on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个
just try this
通过阅读文档找到了一种解决方案,
我在 config.js 中添加了以下配置,
Found one solution by reading documentation,
I added following configuration in config.js,