日期过滤视图作为选择框而不是文本字段
在视图模块中使用日期过滤器时,是否可以有一个选择列表或一个漂亮的日期弹出窗口,而不仅仅是一个文本字段。
When using the date filter in the views module, is it possible to have a select list or a nice date popup instead of just a text field.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道 drupal 7 中的确切方法,但我给你一个例子,如何在 drupal 6 中执行此操作并在 drupal 7 中模拟相同的过程。
如果您的站点中安装了日期弹出模块,您可以找到在模块日期包下。如果没有,则使用 jquery_ui 模块并安装它。
I don't know exact way in drupal 7 but i'm giving you an example how you can do this in drupal 6 and simulate the same process in drupal 7.
If you have a Date Popup module installed in your site that you can find under module date package. if not then use jquery_ui module and install it.
您可以通过在 drupal 中使用表单覆盖来做到这一点,它很灵活...
请参阅 http://www.lullabot.com/articles/modifying-forms-drupal-5-and-6
you can do by using form overridings in drupal it is flexible...
please refer to http://www.lullabot.com/articles/modifying-forms-drupal-5-and-6