如何禁用 CKEdtor 3.0 中隐藏/显示工具栏的按钮?
我当前正在为 CKEditor 安装创建自定义配置。除了禁用隐藏/显示工具栏的切换按钮之外,我已经解决了所有问题。 所以我的问题是:“如何禁用 CKEdtor 3.0 中隐藏/显示工具栏的按钮?”
I'm current creating a custom configuration for a CKEditor installation. I got all fixed, besides disabling the toggle button that hides/shows the toolbar.
So my question is: "How Do I disable the button that hides/shows the toolbar in CKEdtor 3.0?"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CKEDITOR.config.toolbarCanCollapse
位于 CKEditor 3.0 JavaScript API 文档CKEDITOR.config
或者,找到该切换按钮并编写一些脚本来隐藏它或从中分离事件。
CKEDITOR.config.toolbarCanCollapse
at CKEditor 3.0 JavaScript API Documentation CKEDITOR.config
Alternatively, locate that toggle button and script something to hide it or detach events from it.