Page 1 of 1

How to use the 'Select' component as a menu?

Posted: Mon Jun 24, 2013 10:09 pm
by Shifat Taushif

I'm using the select component which will display a dropdown menu of the pages.
However, I cannot figure out how to link the pages to it.

I tried using the following as a value for the labels (pages) from the JS API help page:

Appery.navigateTo('MasseyApp', {transition : 'slideup'});
Appery.navigateTo('Info', {transition : 'slideup'});
Appery.navigateTo('Database', {transition : 'slideup'});

However, it doesn't seem to accept them as values.
Any way I could link the labels (pages) from the object to the 3 pages?

Thanks

Image