DOJO ,jQuery 日期控件
附图是dojo(上) 和 jQuery(下)的日期选择控件截图。
jQuery 提供了属性changeMonth, changeYear, 设置为true 就可以下拉框选择年、月, 如图。
想问下dojo有没有类似属性,或者扩展,实现类似的功能。如果有的话请给出示例。
------解决方案--------------------没有API吗?
http://wenku.baidu.com/view/0d148d7c168884868762d616.html
------解决方案--------------------
new dijit.form.DateTextBox({constraints:{ }, value: new Date()});
看看这个文章,我也没用过dojo,帮你搜了下:http://blog.csdn.net/lfsfxy9/article/details/7025021