Plon ckeditor 禁用浏览服务器
我正在使用 Plone 4.1 和 ckeditor 3.6.2。 我禁用了图像和 Flash 上传(通过@@ckeditor-controlpanel)
不幸的是,当我添加超链接时有一个“浏览服务器”按钮。
我添加了空属性(在门户属性下)
filebrowserImageBrowseLinkUrl
filebrowserImageBrowseUrl
filebrowserBrowseUrl
什么也没发生。
我怎样才能禁用这个按钮?
问候, 萨龙巴
I am using Plone 4.1 an ckeditor 3.6.2.
I disabled image and flash upload (via @@ckeditor-controlpanel)
Unfortuantely there is a "Browse Server" Button when I add a hyperlink.
I added empty properties (under portal-properties)
filebrowserImageBrowseLinkUrl
filebrowserImageBrowseUrl
filebrowserBrowseUrl
nothing happend.
How can i disable this button?
regards,
saromba
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过很长时间我有了解决方案。
我重写了 CKeditorView 类。我在“我的”configure.zcml 中添加:
添加一个包含以下内容的新文件 ckeditorview.py:
After long time I have the solution.
I override the CKeditorView class. I added in "my" configure.zcml:
add a new file ckeditorview.py with this content: