Sytisha Tetterton
Posts: 0
Joined: Thu Mar 13, 2014 2:22 pm

HTML Link on drop down menus

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

HTML Link on drop down menus

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?

Sytisha Tetterton
Posts: 0
Joined: Thu Mar 13, 2014 2:22 pm

HTML Link on drop down menus

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

HTML Link on drop down menus

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

Sytisha Tetterton
Posts: 0
Joined: Thu Mar 13, 2014 2:22 pm

HTML Link on drop down menus

ok...thanks a lot!!

Sytisha Tetterton
Posts: 0
Joined: Thu Mar 13, 2014 2:22 pm

HTML Link on drop down menus

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.

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

HTML Link on drop down menus

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());

Return to “Issues”