通过 iframe 将 CK Editor 集成到 Rails 3 中以避免 CSS 冲突
我使用以下 CK Editor gem https://github.com/galetahub/ckeditor 为 Rails 加载 CK Rails 3 中的编辑器,但由于与我的应用程序的 CSS 冲突,对话框看起来很奇怪(我正在使用 Twitter Bootsrap http://twitter.github.com/bootstrap/ 用于我的 CSS)。最大的问题是 Bootsrap 中的 CSS 改变了输入字段默认的外观,而 CK 编辑器对话框不应该出现这种情况。 从我的角度来看,避免这个问题的唯一方法是通过 iframe 使用 CK Editor,但我找不到这方面的教程,也不知道是否可行。有人知道这个或其他解决方案吗?
I used the following CK Editor gem https://github.com/galetahub/ckeditor for rails to load CK Editor in Rails 3 but dialogs look weird because of a clash with the CSS of my application( I'm using Twitter Bootsrap http://twitter.github.com/bootstrap/ for my CSS). The biggest problems is that the CSS from Bootsrap changes the way input fields look by default and that shouldn't be the case for CK Editor dialogs.
The only way to avoid this problem, from my perspective, is to use CK Editor through an iframe but I can't find a tutorial for this and I don't know if it's possible. Does anybody know something about this or another solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚找到这个主题:
https://github.com/Kunstmaan/BootstrapCK-Skin
当时在撰写本文时,它尚未更新到 twitter bootstrap 2.0,因此您可能需要更改此主题中的一些内容。
just found this theme:
https://github.com/Kunstmaan/BootstrapCK-Skin
at the time of writing, it's not updated to twitter bootstrap 2.0, so you might want to change some stuff inside this theme.