Apologies if this is an obvious question, but I have been searching for it for the better part of an hour and haven’t been able to find anything.
I am after a list of functions and commands that can be used in the custom.js for each type of widget.
For example:
phoneui.gotoMultiPagePage('m1-projectName-multiPage1','SET_PAGE', 'm1-projectName-' + pageID, 'FADE');
$('#m1-projectName-navback1').hide('fast');
Stuff like that, I know a few of them but I don’t know enough to do what I need to do. One of the things I need to do is to be able to determine what page of the multipage widget is currently selected.
Any help would be appreciated.