Questions tagged [menu-items]

A menu item is a child element of a menu that provides the user a means to view and execute a specific application operation.

A menu item is a child element of a menu that provides the user a means to view and execute a specific application operation. A menu item may have an accelerator key which provides the user a quick way to execute the menu item operation. A menu item in turn can consist of other child menu items.

100 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
15
votes
6 answers

How to show menu item icon without tint color in BottomNavigationView

I have created a BottomNavigationView with three items. One of it was user tab. For the guest tab, there is an image but the TintColor is applying and we can't see that. So how to remove tint colour for that particular item? I have tried if…
noobEinstien
  • 3,147
  • 4
  • 24
  • 42
12
votes
1 answer

How to add an item to the text selection popup menu?

When the user marks some text (inside of an EditText, WebView...) a floating text selection popup appears, where apps can add custom items. Can someone please give me an example, how to add an item to this popup menu which makes an intent and…
11
votes
4 answers

Material-ui: open menu by event hover

Currently the menuItem only opens your children after a click. Is there an attribute that I agree to open via Hover? menuItem
Caio Batista
  • 111
  • 1
  • 1
  • 3
9
votes
3 answers

Angular Material: CheckBox in mat-menu; Problem with dark themes

You can't put a in a normally. If so, dark themes don't apply to the text-part of your (see the image at the end). About s there is a similar issue. But the solution is simple: Using
Mir-Ismaili
  • 13,974
  • 8
  • 82
  • 100
9
votes
4 answers

How to add submenu items to menuitems

I have created a Table layout in windows forms as shown in figure, i have added a right mouse button click Menu to my table, i wnt to add submenu items to following menuitems such as When i click add device it should show subitems such as sounder,…
hs.chandra
  • 707
  • 1
  • 7
  • 19
7
votes
5 answers

How to add class and element to -tag in sub-menu of "wp_nav_menu" in WordPress?

i want to add a class to the a tag of an sub-menu and a b tag inside the link. WordPress gives me this code:
  • Link
    Cray
    • 5,307
    • 11
    • 70
    • 166
  • 5
    votes
    0 answers

    Is it possible by clicking on Electron's MenuItem of type checkbox not to close the current submenu?

    I have in my Electron app the submenu with a couple of MenuItems of type 'checkbox': { label: 'Search settings', submenu: [ { type: 'checkbox', checked: false, label: 'Aerodromes', …
    HopeNick
    • 244
    • 3
    • 11
    5
    votes
    3 answers

    Menu item on bottom of CollapsingToolbarLayout when expanded

    I've been searching for a while as shown on the following images but unfortunately I was not able to find anything similar edit menu item is moving to bottom of CollapsingToolbarLayout when it is expanded I tried a long combination of atributes for…
    4
    votes
    2 answers

    Switch between the tabItems shiny dashboard

    I'am in the process of creating a shiny dashbord, I create 3 tabItems the problem is that when I click on one of the menuItem I can not click on again, i can't switch between the tabItems . Can someone help me please the code R #UI …
    Asma
    • 51
    • 2
    • 5
    4
    votes
    2 answers

    Positioning of menu items in toolbar on two pane layout

    I am developing the tablet version of an app and have a 2 pane layout (master-detail) with 2 fragments, where the left fragment contains one menu item and the right fragment contains several menu items. As a default, all menu items of both fragments…
    Lukas Lechner
    • 7,881
    • 7
    • 40
    • 53
    4
    votes
    4 answers

    Should menu items always be enabled? And how do you tell the user?

    One of the things that has been talked about a few times on the podcast is whether menu items should always be enabled to prevent "WHY ISN'T THIS AVAILABLE!" frustration for the end user. This strikes me as a good idea, but then there's the issue of…
    Andrew Grant
    • 58,260
    • 22
    • 130
    • 143
    3
    votes
    1 answer

    Shiny Dashboard Inputs inside MenuItems Problems

    I am new to shiny dashboards and I am trying my hand at making a simple dashboard. I am trying to put together a dashboard that will basically go through different clustering algorithms and show how they work. I have a menu item for the overall…
    3
    votes
    4 answers

    How to change Navigation Item Selected programmatically

    When I created a new project I used Navigation Drawer Activity app screen Now each menu item when I click on it will open a fragment by calling a method name replacement. public boolean onNavigationItemSelected(MenuItem item) { //…
    Mi_Dhah
    • 519
    • 1
    • 7
    • 18
    3
    votes
    4 answers

    Show menu items depending ViewPager Android

    I have a ViewPager with fragments in my Android app. I want to show Action Bar menu item depending the fragment of the ViewPager. I have readen some questions about this but I can´t find the correct solution. My ViewPager´s code is this: public…
    Elena
    • 181
    • 2
    • 12
    1
    2 3 4 5 6 7