如何在 Rails 上动态更改事件日历事件详细信息?
我在我的 Rails 项目(rails 2.3.8)上使用 事件日历 并且我需要添加以下功能:允许用户从下拉菜单中选择值,并根据事件加载的内容进行更改。 (通常在活动日历中,它会显示活动的活动名称)。请问有人能给我解决这个问题吗?
I'm using event calendar on my rails project (rails 2.3.8) and I need to add feature that allows to users to pick value from drop down menu and according to that things which have loaded on event should be change. (Normally in event calendar it shows event name on the events). Please can some one give me a solution for this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了这个问题的答案,我们可以通过在 event_strips_for_month 方法
app/controllers/calendar_controller.rb
上传递参数来做到这一点,这可能对另一个新手了解有所帮助活动日历。谢谢
I found a answer for this problem and we can do that by passing parameters on event_strips_for_month method
app/controllers/calendar_controller.rb
This might be helpful for another new comer to learn about event calendar. Thanks