Shifat Taushif
Posts: 0
Joined: Mon Oct 29, 2012 1:01 am

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

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

Return to “Issues”