Customizing an Accordion

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Customizing an Accordion

    I am trying to figure out a way to customize an Accordion so that the VBoxes
    inside will remain open unless I click a triangle icon that I place on the VBox.
    Perhaps an Accordian is not what I really want to use, but so far, it seems
    like an Accordion has everything I want, except that it only allows one page,
    or VBox, to be open at a time.
    Does anyone have any ideas on how to override the behavior of an Accordion so
    that it only opens and closes each section when I call that event? (Also, what
    event would I call?)

    Let's just start with the code for an Accordion that peterd posted at:
    [url]http://blog.flexexamples.com/2007/08/27/adding-icons-to-a-flex-accordion-control[/url]
    /
    :confused;

    ljay1234 Guest

  2. Similar Questions and Discussions

    1. Multiple cfformgroup Accordion don't display in IE7Multiple cfformgroup Accordion don't display in IE 7
      Sorry for the double post, wasn't sure which category to post this question in. On FireFox 2.0.0.12 (Linux), the attach code displays two...
    2. customizing contribute
      Is there a way I can make a snippet of code for a content box and then a contribute user can go to insert and see my content box and choose it so...
    3. Customizing Web Site
      Hi! The Wall Street Journal is now offering the opportunity to set up a new customizable personal Web page that allows you to set it up to...
    4. customizing insert bar in DW 8
      I am trying to customize the insert bar in DW8. I have editted the insertbar.xml file, but no changes seem to "take". In fact, I can delete the...
    5. Customizing Toolbar in MX
      When I try to customize a toolbar in MX (running Panther), I can't remove buttons. I tried holding down the COMMAND key yet I still can't remove...
  3. #2

    Default Re: Customizing an Accordion

    Peter Ent's [url]http://weblogs.macromedia.com/pent/archives/2007/04/the_stack_compo.html[/url] should get you started.

    TS
    VarioPegged Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139