Questions tagged [menuitem-selection]

12 questions
20
votes
8 answers

How to dynamically change the color of the selected menu item of a web page?

I am new to developing web pages. I am looking to create menus similar to the ones in stackoverflow.com (like Questions, Tags, Users shown above). How do I change the color of the selected menu (for example, the background color of the Question…
Jeeka
  • 861
  • 2
  • 11
  • 21
3
votes
1 answer

uimenucontroller in uiwebview with custom menu items without MORE menu

In my iPad app, there is a UIWebview that displays text content. When I tap hold and select a text, a menu should popup with 2 custom menu. say, | MENU1 | MENU2 | But it seems the COPY menu will also accompany, which I couldn't disable. Is there…
BrianChristo
  • 193
  • 1
  • 14
3
votes
1 answer

Context menu for List in Windows phone

First of all, I know about this topic: How to make context menu work for windows phone? But this way is SOO complicated... So I have this XAML code:
2
votes
2 answers

how to do menu item click in Vuetify?

I have created menu on avatar hover and also added item from item array. Now clicking on the items, have to go specific component or item. I tried this: template: