How to open a popup element by JS code
Posted: Sun Oct 12, 2014 2:56 am
I saw the new "popup element" from the tool palette and I found the way to open it as click event, but how I could do the same by JS code? ..I tried this:
Appery("popMsg1").popup("open", {
transition: "none"
});
But it does not work ...some one has a better idea?
Thanks for the time.