I have a dialog in appery I need to close programmatically if background data has changed
Apperyio("pagename").dialog("close") gives no response
$("pagename").dialog("close") gives no response
Apperyio("pagename").close() gives no response
Why is there no page on the Appery website with a list of all the methods of the function "Apperyio" - it's not like it should be a secret.
I'm finding I'm spending an enormous amount of time looking for "Apperyio" or "Appery" methods, and they simply aren't documented on the main website. It's taking a lot of time to sort through "getsatisfaction" help messages and hints to find basic methods.
In this case, assuming that the completely undocumented method of Apperyio ".popup()" was equivalent to the jquery mobile ".dialog()" method, I was wrong.
1) Why isn't there a concise list of Apperyio methods on the appery.io website anywhere
2) What is the correct javascript code to close an Appery Dialog
Many thanks.