Page 1 of 1

HTML Link on drop down menus

Posted: Thu Mar 13, 2014 2:22 pm
by Sytisha Tetterton

How do I add links to a drop down menu?
I have three links in a drop down menu, how do I trigger them to become links to specific websites.


HTML Link on drop down menus

Posted: Thu Mar 13, 2014 2:42 pm
by Maryna Brodina

Hello!
Could you clarify what do you mean on drop down menu? Do you mean some component from set of components in Appery.io builder?


HTML Link on drop down menus

Posted: Thu Mar 13, 2014 2:47 pm
by Sytisha Tetterton

I am building an app for my web 187 class, and I incorporated the mobile select menu into it, and I was trying to find out exactly how to use it. I have three individual pages that I want to be able to view once the name of the particular page is selected from the menu. I want to be able to navigate to that page once it is selected from the menu.


HTML Link on drop down menus

Posted: Thu Mar 13, 2014 3:01 pm
by Maryna Brodina

Add code on value change event. In this code check Select value and do navigation where you need.


HTML Link on drop down menus

Posted: Thu Mar 13, 2014 3:10 pm
by Sytisha Tetterton

ok...thanks a lot!!


HTML Link on drop down menus

Posted: Mon Mar 17, 2014 1:46 pm
by Sytisha Tetterton

The mobile select menu will only navigate to one page, when it should navigate to other pages too when that particular page is selected from the menu.


HTML Link on drop down menus

Posted: Mon Mar 17, 2014 3:08 pm
by Nikita

Hello,

It will be possible, if add a JS handler on value change.
if the page name ( which is needed to navigate) stores in "value" in select component, then the code should be like this:
Appery.navigateTo($(this).val());