Page 1 of 1

Open Popup From Sliding Panel

Posted: Fri Dec 13, 2013 4:37 pm
by Doug Black

I'm trying to open a Popup page from within the sliding panel in the Appery Tutorials.

My Javascript is:
$("#eventMap").mobile.changePage("eventMap.html", {transition: "pop"});

I've also tried:
$("#eventMap").Appery.navigateTo("eventMap.html", {transition: "pop"});

and
$("#eventMap").navigateTo("eventMap.html", {transition: "pop"});

How do I go about doing this?


Open Popup From Sliding Panel

Posted: Fri Dec 13, 2013 5:03 pm
by Oleg Danchenkov

Hi Doug.
Try this
precode Appery.navigateTo('eventMap', {
transition: 'pop'
});/code/pre