简体   繁体   English

JQuery Mobile DateBox日历关闭按钮

[英]JQuery Mobile DateBox Calender Close Button

I am using JQuery Mobile DateBox Calendar dialog. 我正在使用JQuery Mobile DateBox日历对话框。

My problem is that the Calendar popup has no close button. 我的问题是日历弹出窗口没有关闭按钮。

Any idea of how I could get the close button to show please? 知道我怎么能得到关闭按钮显示吗?

Thanks 谢谢

Can you give the calling code? 你能给出主叫代码吗? Assuming it's done in an input field, you could give it an ID and make a button: 假设它是在输入字段中完成的,您可以给它一个ID并创建一个按钮:

<input type='submit' title='Close date picker' onclick='function() { $(#dateboxid).hide;}'>

If you use the force dialog option I believe it has the close button option 如果你使用强制对话框选项,我相信它有关闭按钮选项

Look under the Advanced Options Demo 查看高级选项演示

Also looks like the developer has added a bunch of new functionality as well: 看起来开发人员也添加了一堆新功能:

http://dev.jtsage.com/jQM-DateBox/ http://dev.jtsage.com/jQM-DateBox/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM