通过 iframe 将 CK Editor 集成到 Rails 3 中以避免 CSS 冲突

发布于 2024-12-05 08:57:40 字数 462 浏览 0 评论 0原文

我使用以下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉薄对峙 2024-12-12 08:57:40

刚刚找到这个主题:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文