日期过滤视图作为选择框而不是文本字段

发布于 2024-12-09 05:16:57 字数 58 浏览 0 评论 0原文

在视图模块中使用日期过滤器时,是否可以有一个选择列表或一个漂亮的日期弹出窗口,而不仅仅是一个文本字段。

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 技术交流群。

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

发布评论

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

评论(2

﹉夏雨初晴づ 2024-12-16 05:16:57

我不知道 drupal 7 中的确切方法,但我给你一个例子,如何在 drupal 6 中执行此操作并在 drupal 7 中模拟相同的过程。

如果您的站点中安装了日期弹出模块,您可以找到在模块日期包下。如果没有,则使用 jquery_ui 模块并安装它。

      In view filter 

        1] click on + sing then select date from dropdown 
        2] choose node or user according to your need 
        3] after that you will find section "Date form type:" select popup radio button 
        4] whatever date field you require from "Date field(s): checkbox" 

that's it.

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.

      In view filter 

        1] click on + sing then select date from dropdown 
        2] choose node or user according to your need 
        3] after that you will find section "Date form type:" select popup radio button 
        4] whatever date field you require from "Date field(s): checkbox" 

that's it.
2024-12-16 05:16:57

您可以通过在 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

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