Page 1 of 1

navigate page Javascript

Posted: Mon Apr 09, 2012 10:00 pm
by Jgc

What is the Custom Javascript for going from say Page A of my app to Page B? Would I reference the page names as the URLS? I know I dont need Javascript to do this, but I would like to know, please help me. Thanks in advance.


navigate page Javascript

Posted: Tue Apr 10, 2012 3:17 am
by maxkatz

code
Tiggr.navigateTo('page_name');
/code
paga_name is the page that you see in Project Screens.


navigate page Javascript

Posted: Sun May 26, 2013 8:29 pm
by Bajaru

So... just to clarify... the Action would be "Run JavaScript" and the above just gets pasted in the function() window?

Also, is the syntax still the same, or has it been updated for the Appery name change?


navigate page Javascript

Posted: Sun May 26, 2013 9:38 pm
by maxkatz

Use Appery.navigateTo(...)