Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion (Tree) Menu V3
(views: 18180)
Accordion Menu V3 and Accordion Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Accordion Menu V3 and Accordion Tree Menu V3, they should be similar, since basically it is the same component. If you have any questions that you think we should discuss here please let us know.
hotwo: submenus already expanded on activation?
(2007-12-04 - views: 3916)
Q: How can I make it so that the 2nd level items are already expanded (showing the 3rd level) when the main menu (1st level) item is activated. And so that they remain expanded when the main level is collapsed? Thanks so much!
A: In this case you need to write a little code. First you need to verify if the pressed item is from the top level or from one of the lower levels. Next, there is another main item expanded, you need to collapse it. After that, parse the current item to expand any of its sub-items that have children. The attached example follows the previous steps.
Files: ATM_expand_subitems.zip
Files: ATM_expand_subitems.zip
User Comments
how to: expand a branch in the menu from a button click in another part of the flash movie
Use the expandItem(id) method of the component to expand the item you want.
posted by negush on 2008-09-30
Use the expandItem(id) method of the component to expand the item you want.
on(Rollover) does not expand menu if a fourth level has been expanded
I have a menu when expanded to its maximum reaches the fourth level. The menu automatically expands onRollOver and contracts onRollOut.
However when the fourth level (1.1.1.1) is expanded, it contracts back automatically as normal (1.1) but the onRollOver is then disabled for some reason and the menu will now only expand when clicked.
Any ideas why the onRollOver function no longer works? Thanks
posted by Calum on 2010-02-11
I have a menu when expanded to its maximum reaches the fourth level. The menu automatically expands onRollOver and contracts onRollOut.
However when the fourth level (1.1.1.1) is expanded, it contracts back automatically as normal (1.1) but the onRollOver is then disabled for some reason and the menu will now only expand when clicked.
Any ideas why the onRollOver function no longer works? Thanks
on(Rollover) does not expand menu if a fourth level has been expanded
I have a menu when expanded to its maximum reaches the fourth level. The menu automatically expands onRollOver and contracts onRollOut.
However when the fourth level (1.1.1.1) is expanded, it contracts back automatically as normal (1.1) but the onRollOver is then disabled for some reason and the menu will now only expand when clicked.
Any ideas why the onRollOver function no longer works? Thanks
posted by Calum on 2010-02-11
I have a menu when expanded to its maximum reaches the fourth level. The menu automatically expands onRollOver and contracts onRollOut.
However when the fourth level (1.1.1.1) is expanded, it contracts back automatically as normal (1.1) but the onRollOver is then disabled for some reason and the menu will now only expand when clicked.
Any ideas why the onRollOver function no longer works? Thanks
Open a new support ticket
Sorry for the late reply - it's more advisable to write us about technical issues using our ticket system . In that way a fast response is guaranteed. Please click the link bellow, open a new support ticket and write a detailed description of the problem you have and someone will get back to you as soon is possible.
http://www.jumpeyecomponents.com/support/open.php
posted by florodebat on 2010-02-23
Sorry for the late reply - it's more advisable to write us about technical issues using our ticket system . In that way a fast response is guaranteed. Please click the link bellow, open a new support ticket and write a detailed description of the problem you have and someone will get back to you as soon is possible.
http://www.jumpeyecomponents.com/support/open.php
Login to post your comment



How can i expand a branch in the menu from a button click in another part of the flash movie?