Questions tagged [submenu]

A submenu is a menu, that is a list of options or commands, which is contained within another menu.

A submenu is a menu, that is a list of options or commands, which is contained within another menu.

Submenus are commonly found in desktop applications but also websites.

See also: Menu (computing) on Wikipedia

1415 questions
5
votes
3 answers

Remove subsection and from navigation drawer submenu

I want to remove the unwanted space created in submenu. Is there any possibility I can achieve it from menu.xml class? Here is my navigation_drawer_menu.xml
awaistoor
  • 786
  • 2
  • 11
  • 36
5
votes
2 answers

How do I change the colour of my sub menu header when using a NavigationView - Android

I'm unable to change the colour of my sub menu header, please see the image below. I can change the background of the NavigationView, the colour of the fonts and the colour of the icons but I can't find an answer on the sub menu…
5
votes
2 answers

How can I access a GWT menubar popup panel / submenu?

I'm trying to add some mouse listeners to the sub menus/ cascading menus of GWT's MenuBar. Sadly, I cannot seem to access the submenu popuppanel directly - the method to do so (getPopup() ) is private. And you can't access it via reflection due to…
user2197116
  • 667
  • 3
  • 8
  • 21
5
votes
1 answer

How to add menu item dynamically during run time

I can perform the submenu list down using the codes below: Dim cm As GoContextMenu = New GoContextMenu(view) 'GoContextMenu Inherits System.Windows.Forms.ContextMenu Dim subTop(1) As MenuItem ' if you have 2 submenu, then the array count is…
user2150279
  • 445
  • 2
  • 8
  • 17
5
votes
1 answer

Display selected sub-menuItem in NSPopUpButton

I have filled my NSPopUpButton with menu and submenus. When I select a menuItem on the root menu (so, not a sub-menuItem), it propery displays the menuItem selected. And when I re-click on the popUp button, I get the selected menuItem under the…
Leonardo
  • 751
  • 8
  • 15
5
votes
1 answer

How to create custom text forms in admin panel and show them on my page (Wordpress)

Introduction: At this moment I'm creating my first custom Wordpress theme. Now I succesfully created a HTML/CSS template and converted this to fit wordpress (including header.php, index.php, footer.php, functions.php, sidebar.php and…
user3080513
  • 55
  • 1
  • 1
  • 4
5
votes
1 answer

CSS Dropdown menu (to the right)

I am trying to create a sub menu that floats out to the right. However, I have hit a brick wall and can only get it to float inline. http://jsfiddle.net/jspring/yD9N4/ You can see here (although it is a bit wider than normal) that the sub menu just…
J Spring
  • 494
  • 2
  • 6
  • 18
5
votes
3 answers

Prevent block element from overflowing parent element's width

I have a menu (jsfiddle) which displays like below, it is built from
    and
  • elements. The child menu elements show up below the parent element, and the container is a fixed-width
      . The problem I have is that for menu element further to…
likeitlikeit
  • 5,563
  • 5
  • 42
  • 56
5
votes
3 answers

CSS angled menu with gradient under dropdown issue

I have an angled menu that has a gradient under it that continues all the way to the upper edge. I also have a subnav that has a different gradient that runs underneath the main nav's gradient. Everything looks right, but when you try to roll over…
5
votes
1 answer

How to create custom sub menu like Google Chrome application

I would like to implement custom sub menu like the one Google Chrome have in the android. I am not sure if it is implemented using SubMenu or PopupMenu. any guide or help would be greatly appreciated.
Sammy
  • 155
  • 1
  • 10
5
votes
2 answers

Android - ActionBarSherlock - Set textcolor of text in menu

I want to change white color of text to orange. Here is a example.
5
votes
3 answers

Android - ActionBarSherlock - Set textcolor of text in submenu

How can i set the color of text in submenu of Action Bar Sherlock ? I can set the background but not the textcolor.. =( temas.xml