Rails 3 - 一个主循环中有更多循环助手

发布于 2024-12-01 11:03:23 字数 242 浏览 0 评论 0原文

早上好,伙计们,

我有一个大循环,其中还有另外 3 个循环。主循环使用cycle来设置每行的背景颜色。在 3 个循环之一中也使用了 Cycle 帮助器 - 我得到了“错误”,因为这两个 Cycle 之间存在冲突。我用 each_with_index 解决了这种情况,但是 - 在这种情况下可以使用 cycle 助手吗?第二个周期可能会分开一些东西吗?

Good morning guys,

I have one big loop, in that are 3 others. The main loop uses cycle for set background color of every row. In one of 3 loops is cycle helper used too -- and I got "error", because is conflict among these two cycles. I solved this situation with each_with_index, but - is possible use in this situation cycle helper? Is possible the second cycle separate something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

一紙繁鸢 2024-12-08 11:03:23

您可以通过命名它们在一个循环中包含多个循环:

<%= cycle("even", "odd", :name => "first_cycler" %>

You can have multiple cycles in one loop by naming them:

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