-
```
What steps will reproduce the problem?
1.configure (Theme: SensUI , Mode :ClickPick)
2.Click on +/- button..
3.It's not working in (Nokia E-63)/BlackBerry Mobile
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1.configure (Theme: SensUI , Mode :ClickPick)
2.Click on +/- button..
3.It's not working in (Nokia E-63)/BlackBerry Mobile
What is the expected output? Wha…
-
Wonderful project, thank you!
JQueryMobile normally supports closing a popup by clicking outside of it or hitting the ESC key. For example: http://api.jquerymobile.com/resources/popup/example1.html
…
-
Hello,
I am using calbox, download builder 1.4.5 and CalBox Calendar Mode only checked. Testing on android tablet and ff 31.4.0 on centos 6.
If I add beforeToday or afterToday the +- months stop wor…
-
From an e-mail report:
the file: http://dev.jtsage.com/cdn/datebox/i18n/jquery.mobile.datebox.i18n.es-ES.utf8.js
has datefieldorder and dateformat incorrect, has month-day-year, and this is incorrec…
-
It's related to https://github.com/jtsage/jquery-mobile-datebox/issues/346
Just not sure it's a good idea to comment on a closed issue.
calNoHeader="true", calUsePickers="true", and calUsePickersIcon…
-
I want to access the datebox inside the popup but it is not opening
http://jsfiddle.net/hqamzyh0/1/
According to the demo normally when using the datebox is working perfect.But when using with pop…
-
Now they are hardcoded to minus and plus. It should be possible to redefine icons, like already possible with buttonIcon option.
-
It should be possible to return from calFormatter not only formatted String (already implemented), but also object with the following structure: { fmtText: '21', dateClasses: 'aaa bbb ccc' }
These dat…
-
Hello, I use the _formatter method to calculate minDays on a to/from date picker.
eg
$('#endDateString').bind('datebox', function(e, p) {
if ( p.method === 'open') {
// Convert date using date…