Actions
Support #2046
openNavigation bar with autopopup submenu
Start date:
07/17/2013
Due date:
% Done:
0%
Estimated time:
Description
Hello! I am using WNavigationBar with WBootstrapTheme and some of toolbar's WMenuItem-s are submenus (WPopupMenu). I want submenus to popup automatically on hover. I am not familiar with html, css, etc. so can you help me please? :)
Updated by Vitaly Volochay over 11 years ago
I tried to do this:
WPopupMenu* menu = new WPopupMenu;
WMenuItem* item = parentMenu->addMenu(label, menu);//root item of sub menu
item->addStyleClass("dropdown");
but it only works after first click on root item of submenu, before it hover on root item does nothing.
Updated by Koen Deforche almost 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
Actions