Drupal:自定义日期小部件?

发布于 2024-10-11 10:31:23 字数 484 浏览 3 评论 0 原文

我正在尝试创建一个自定义日期小部件。用户只能选择接下来 10 天内的日期。因此,我不想让他们选择年、月、日、小时和分钟,而是希望有一个日期(接下来 10 天)的选择列表和两个时间(小时和分钟)的选择列表。

这是我想要实现的目标:

customdate widget http://i52.tinypic.com/jikrv7.png

这不仅仅是更改日期字段设置(如粒度),我很确定我必须编写一些代码才能在选择列表中包含正确的日期(距离当前月份可能有 5 天,距离下一个月还有 5 天),然后正确处理用户提交数据后的所有事情。

实现这一目标的最佳方法是什么?我应该从哪里开始?

我将非常感谢任何建议。

谢谢你!

I'm trying to create a custom date widget. Users can only chose a date from the next 10 days. So, instead of making them chose year, month, day, hours and minutes I want to have a single select list for the date (next 10 days) and two select lists for the time (hours and minutes).

Here is what I'm trying to achieve:

customdate widget
http://i52.tinypic.com/jikrv7.png

This is not just about changing date field settings (like granularity), I'm pretty sure I'll have to write some code to have correct dates in the select list (there could be 5 days from the current month and 5 days from the next one), and then correctly handle everything after user submits data.

What's the best way to achieve this? Where should I start from?

I would greatly appreciate any suggestions.

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

佞臣 2024-10-18 10:31:23

您需要实施 hook_widget 并可能hook_widget_infohook_widget_settings。另请参阅面向开发人员的 CCK

You need to implement hook_widget and possibly hook_widget_info and hook_widget_settings. Also have a look at CCK for developers.

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