Accordion layout

  1. #1

    Accordion layout

    Hallo i m trying to use an Accordion layout in a form i used a code similar to this

                            <ext:Accordion ID="Accordion1" runat="server" Animate="true">
                                <Items>
                                    <ext:Panel ID="Panel" runat="server" Border="false" Collapsible="true" Title="Adminstration">
                                        <Body>
                                            here some components using tablelayout
                                        </Body>
                                    </ext:Panel>
                                    <ext:Panel ID="Panel1" runat="server" Border="false" Collapsible="true" Title="Profile">
                                        <Body>
                                            here some components using tablelayout
                                        </Body>
                                    </ext:Panel>
                                </Items>
                            </ext:Accordion>
    the titles of the two panels appear but when clicking to expand them nothing happened just the + sign turn into _

    Cheers :D:
    Last edited by geoffrey.mcgill; Oct 12, 2010 at 9:19 PM. Reason: please use [CODE] tags
  2. #2
    Hi,

    To have a good chance to get a quick answer please follow these recommendations:
    http://forums.ext.net/showthread.php...ing-New-Topics

    Your code works very good in my test application.

    So, more information required.
    http://forums.ext.net/showthread.php...ation-Required

Similar Threads

  1. Accordion Layout Issue - v2.0 beta
    By projecta98 in forum 2.x Help
    Replies: 3
    Last Post: Mar 12, 2012, 9:39 PM
  2. [CLOSED] Accordion like layout
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 20, 2012, 2:45 PM
  3. Accordion Layout initial state
    By dcrysler in forum 1.x Help
    Replies: 1
    Last Post: Jul 15, 2011, 8:53 PM
  4. Expand all panel items in accordion layout
    By DavidS in forum 1.x Help
    Replies: 4
    Last Post: Nov 25, 2010, 6:24 AM
  5. spotlight on Accordion layout
    By Sameera in forum 1.x Help
    Replies: 0
    Last Post: Jan 27, 2010, 8:10 PM

Posting Permissions