DatePicker问题 [英] Issue with DatePicker

查看:63
本文介绍了DatePicker问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下js正确显示控制按钮并在点击时显示日历。但是,当我将光标移到左上角或
右上角时,日历不显示移动到下个月或上个月的箭头并显示方框。


如何修复它以显示箭头?

 $(" input [id $ ='txtValidityStartDate']")。datepicker({showButtonPanel:true, showOn:" both",buttonImage:" images / calendar.gif",buttonImageOnly:true}); 

解决方案

这听起来像Webtech的问题。 ASP.Net论坛通常会更好地询问这些内容:

http://forums.asp.net/


我仍然知道所有元素必须是默认HTML规范的一部分和/或通过JavaScript实现。在任何浏览器中,最新版本可能会关闭或不支持。所以他们可能需要知道发生的确切的
浏览器(直到版本)。完整的HTML发送回浏览器也很不错。


I have the following js that display the control button correctly and display calendar when clicked on it. But, the calendar does not display the arrows to move to next or previous month and display a square box when I move the cursor on the upper left or upper right corner.

How do I fix it to display the arrows?

$("input[id$='txtValidityStartDate']").datepicker({ showButtonPanel: true, showOn: "both", buttonImage: "images/calendar.gif", buttonImageOnly: true });

解决方案

This sounds like Webtech question. Those are generally better asked on the ASP.Net Forum:
http://forums.asp.net/

What I do still know is that all Elements must either be part of the defaul HTML specification and/or be realised via JavaScript. Wich might be turned off or not supported in the newest version in any Browser. So they would propably need to know the exact Browser (down to version) wich that happens in. The complete HTML send back to browser would also be nice.


这篇关于DatePicker问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆