Rails:使用calendar_date_select显示事件
我正在尝试在 Rails 的 calendar_date_select 插件生成的日历中显示事件。
我有带有日期时间字段date
的Concert
模型。
我可以以某种方式将等于 Concert.all
的 @concerts
放入 calendar_date_select_tag
中,以显示链接,使音乐会的日子可以点击吗?
我想坚持使用这个助手,因为我想在我的应用程序的其他地方将它用作纯粹的日期选择器,但不知道如何实现我的目标。
抱歉,如果这个问题很蹩脚,我对神奇的 Rails 世界很陌生。
I'm trying to display events in calendar generated by calendar_date_select plugin for Rails.
I have Concert
model with datetime field date
.
Can I somehow throw in @concerts
which equals Concert.all
to calendar_date_select_tag
to display links to make days where concert is clickable?
I would like to stick to this helper cause I would like to use it as a pure date picker in other places of my app, but have no idea how to achieve my goal.
Sorry if this question is lame, I'm very new to magic Rails world.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为该插件目前不允许这样做。
不过,您当然可以提出功能请求 - 查看页面底部并向主要人员发送电子邮件!
I don't think the plugin currently allows for this.
You can certainly put in a feature request though - look at the bottom of the page and send an email to the main guy!