在drupal事件日历中如何在弹出窗口中显示事件
我有一个 drupal 事件日历,当我单击一个事件时,它会在新页面中显示事件详细信息,如何在弹出窗口中显示事件详细信息?
I have a drupal event calendar, When I click on an event it shows event details in a new page, How to show event details in a popup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
启用日历弹出模块(日历模块的一部分)。
Enable the Calendar Popup module (part of the Calendar module).
您必须添加隐藏字段并使用简单的 jQuery 在悬停时显示它们。
You have to add a hidden fields and use simple jQuery to show them on hover.