Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:icefaces2 compat menuBar
Description
With icefaces2 compat ice:menuBar, all of the non-top-level menu items, which have child menu items, use a right arrow icon to indicate they have children. As well, for vertical menu bars, the top-level menu items, which have child menu items, also use the right arrow icon to indicate they have children. This new feature will be to make it so that with horizontal menus, the top-level menu items, which have child menu items, may use a down arrow icon to indicate they have children. A top goal will be for the old behaviour to happen by default.
Issue Links
- blocks
-
ICE-6011 Add Property to control displaying sub-items arrow icon for horizontal top-level menus
-
- Closed
-
The new case will output markup to show the topsubmenu.gif image, by default in the xp theme. This image will be a 0x0 pixel image, showing nothing. If an application wishes to show a different image, say, one that has a down arrow, they may include their own topsubmenu.gif image in their own theme, and use the menuBar imageDir property to reference those images. This favours the theme providing this functionality, over individual menuBar components.