Details
-
New Feature
-
Resolution: Obsolete
-
Major
-
None
-
2.0 Final
-
None
-
-
Empty show more show less
Description
implement the methods
- isSelected
- isSelectedOrHasSelectedSubpage
- hasSelectedSubPage
The different stati a menu item could have (here with image name methods, just an
example)
STANDARD menu item (no subpages)
===================================
off --> imageName()
high --> rolloverName()
selected --> selectedName()
MENUITEM WITH SUBPAGES
===================================
off --> imageWithSubPageName()
high --> rolloverWithSubPageName()
selected --> selectedWithSubPagesName()
MENUITEM WITH SELECTED (== active) SUBPAGE
===================================
off --> imageSelectedSubPageName()
high --> rolloverSelectedSubPageName()
selected --> (NOT POSSIBLE, because this section implies that the subpage is
selected)