Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Change dialog to the new JQM 1.2 popup?

Hi guys, thanks for updating to JQM 1.2!

I am wondering if there is any way to change a line of code somewhere and make all the current 'dialog' boxes/pages convert to the new JQM popup(as seen here http://jquerymobile.com/demos/1.2.0-a...) and keep the components as they are?

Image

This is the current dialog, so I would like to just change the appearance to the new popup and keep the components and all the rest services as they are right now.

Thanks!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Change dialog to the new JQM 1.2 popup?

Hello,
We will look for solution. I will update as soon as possible.

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Change dialog to the new JQM 1.2 popup?

thanks, will be waiting

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Change dialog to the new JQM 1.2 popup?

Unfortunately it's impossible in current Tiggzi. Popup windows load dinamically by Ajax. That's why you cannot do it this way. We will provide this in the nearest future.

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Change dialog to the new JQM 1.2 popup?

I see ... I can probably implement it on my own by handling the rest calls and the data mapping in JS/ jquery ... just need to spend a lot of time trying to figure it out lol

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Change dialog to the new JQM 1.2 popup?

I Have implemented it in my project. Works great !
For simplicity. I put the popup html code in a panel component.
Then used JS to open it.
Actually I'm using it for android Menu button. The html code is custom for each screen so I get a unique menu for each screen!

Not slow or buggy at all. tested in Android 2.3.5
Chrome and FF.

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Change dialog to the new JQM 1.2 popup?

yeah the problem is that i have about 10 popups in my app and a rest service in each one of them. I have to map the data using js and jquery which I am somewhat familiar with, but it will take me some time to fully implement it.

It def. works much better and faster than the old dialog ...

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Change dialog to the new JQM 1.2 popup?

I hear ya.. I'm doing the same thing. I pass an array to LS and have code in the rest svc. to parse and use the same one for all.
Then I can store to send later if no cel svc. etc.

ALSO. Look into SimpleDialog. Its paste in custom js and CSS. Works really well!

Agon Bina
Posts: 0
Joined: Thu Oct 04, 2012 5:01 am

Change dialog to the new JQM 1.2 popup?

simpleDialog looks very cool! thanks

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Change dialog to the new JQM 1.2 popup?

ur welcome... Have fun!

Return to “Issues”