Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion (Tree) Menu V3
(views: 18171)
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.
Disable-Enable Accordion (Tree) Menu V3
(2007-08-29 - views: 4869)
Q: How can I disable the Accordion (Tree) Menu V3?
A: Inside the attached fla file you'll find an actionscript snippet which parse the accordion's items and set them disable/enable.
Files: ItemsDisabled.zip
Files: ItemsDisabled.zip
User Comments
No CheckBox
The example above uses a check box to enable and disable the menu.But of course if you want you can also use a button or you even can call that function which enables and disables the menu, when a certain event is dispatched.
posted by florodebat on 2009-04-10
The example above uses a check box to enable and disable the menu.But of course if you want you can also use a button or you even can call that function which enables and disables the menu, when a certain event is dispatched.
Login to post your comment



I don't want to have a CheckBox that enables and disables the menu. I've tried positioning the CheckBox offstage and using actionscript to change it selected states, but that doesn't work.
Is there a simple way of just changing a variable or calling an function that enables and disables the menu? Again, don't want to have to use a CheckBox.
Thanks.