Open Popup From Sliding Panel
Posted: Fri Dec 13, 2013 4:37 pm
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?