Wicket 的各种日期选择器
到目前为止,我在检票口找到了两个日期选择器:
- org.apache.wicket.extensions.yui.calendar.DatePicker
- org.wicketstuff.dojo.markup.html.form.DojoDatePicker
年份导航不存在于 wicket-extensions 的日期选择器中,到目前为止我也发现wicket-stuff 的日期选择器的 1.3.0-beta 版本,也许这会导致我的控制台中出现以下错误消息:
10:35:15,108 INFO [STDOUT] 2011-05-12 10:35:15,108 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/i18n/calendar/nls/en-us/gregorian.js not found
10:35:15,148 INFO [STDOUT] 2011-05-12 10:35:15,148 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/i18n/calendar/nls/en/gregorianExtras.js not found
10:35:15,165 INFO [STDOUT] 2011-05-12 10:35:15,165 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/i18n/calendar/nls/en-us/gregorianExtras.js not found
10:35:15,242 INFO [STDOUT] 2011-05-12 10:35:15,242 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/widget/nls/en/DropdownDatePicker.js not found
另外,我听说了一些有关 wicket 的 jQuery 日期选择器的信息。但没有找到示例/演示。
我想知道是否有其他可用的检票口日期选择器,其年份导航没有错误?
谢谢和问候。
So far I found two date-picker in wicket:
- org.apache.wicket.extensions.yui.calendar.DatePicker
- org.wicketstuff.dojo.markup.html.form.DojoDatePicker
The navigation for year is not present in the wicket-extensions' date-picker, also so far I found 1.3.0-beta version of wicket-stuff's date-picker, and perhaps this causes the following error messages in my console:
10:35:15,108 INFO [STDOUT] 2011-05-12 10:35:15,108 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/i18n/calendar/nls/en-us/gregorian.js not found
10:35:15,148 INFO [STDOUT] 2011-05-12 10:35:15,148 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/i18n/calendar/nls/en/gregorianExtras.js not found
10:35:15,165 INFO [STDOUT] 2011-05-12 10:35:15,165 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/i18n/calendar/nls/en-us/gregorianExtras.js not found
10:35:15,242 INFO [STDOUT] 2011-05-12 10:35:15,242 [http-127.0.0.1-8080-1] ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] - shared resource org.wicketstuff.dojo.AbstractDefaultDojoBehavior/dojo-0.4/src/widget/nls/en/DropdownDatePicker.js not found
Also I heard a little about jQuery date-picker for wicket. But found no example/ demo.
I want to know is there any other date-picker for wicket available which has year navigation without bug?
Thanks and Regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个 wicket 组件的开源项目,其中包括日期选择器组件 -
I have an open source project for wicket components that includes a date picker component -