Page 1 of 1

Use jquery mobile 1.0.1 with tiggzi to use new widgets like calbox

Posted: Thu Apr 12, 2012 12:13 pm
by nib

Can I use calbox widgets from jquery mobile 1.0.1:

http://dev.jtsage.com/jQM-DateBox/dem...? Looking at the source of the page it looks like I need to include a host of new javascript files with version 1.0.1.

I have had some success by creating a mobile panel and pasting HTML in there, but the calbox does not appear, so there's probably a conflict with the already included jquery?


Use jquery mobile 1.0.1 with tiggzi to use new widgets like calbox

Posted: Thu Apr 12, 2012 3:42 pm
by maxkatz

We are upgrading to jQuery Mobile 1.0.1 tomorrow and you will also get a new date picker component.


Use jquery mobile 1.0.1 with tiggzi to use new widgets like calbox

Posted: Fri Apr 13, 2012 6:21 am
by nib

Sounds great. Since I cannot always be that lucky with timing, I would still like to know if I could do an upgrade myself? Or perhaps that is a feature request, more control of what comes in the http head part.

But this concrete issue can be seen as anwered.


Use jquery mobile 1.0.1 with tiggzi to use new widgets like calbox

Posted: Fri Apr 13, 2012 1:07 pm
by maxkatz

You can always include any JavaScript via Project Project Profile External resources.

You can also always export the source app, and include any jQuery Mobile version you want to us (first removing the current one). This would be the better approach as you will avoid any conflicts.