[OPEN] [#1852] MenuItem inside Accordion

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#1852] MenuItem inside Accordion

    Hi, refering to Issue #1851 on GitHub, can you provide a working example of MenuItem inside Accordion?

    We have try the follow, but result in accordion with empty content:

    _Sidebar.cshtml
    <ext-container region="West"
                   cls="sidebar"
                   width="240"
                   scrollable="true" 
                   layout="Accordion" 
                   paddingAsString="20">
    
        <items>
            <ext-panel title="1">
                <items>
                    <ext-menu id="myMenuTest">
                        <items>
                            <ext-menuItem text="11" />
                            <ext-menuItem text="12" />
                            <ext-menuItem text="13" />
                        </items>
                    </ext-menu>
                </items>
            </ext-panel>
            <ext-panel title="2">
                <items>
                    <ext-menu id="myMenuTest">
                        <items>
                            <ext-menuItem text="21" />
                            <ext-menuItem text="22" />
                            <ext-menuItem text="23" />
                        </items>
                    </ext-menu>
                </items>
            </ext-panel>
            <ext-panel title="3" />
        </items>
        
    </ext-container>
    After some tests we ended up by using the example in Issue #1851, but you say it was wrong.

    Can you also indicate us the tag to define which panel needs to be expanded by default?

    Thank you!
    Last edited by bbros; Jan 26, 2021 at 8:19 AM.

Similar Threads

  1. [CLOSED] Accordion Inside Viewport with Border LayoutType
    By AlbertoCe in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 07, 2013, 8:47 AM
  2. [OPEN] [#39] [2.0] GridPanel in Accordion
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 12
    Last Post: Nov 17, 2012, 12:41 AM
  3. Replies: 4
    Last Post: Aug 08, 2011, 11:57 AM
  4. Hidden check box group inside Accordion
    By Egale in forum 1.x Help
    Replies: 0
    Last Post: May 07, 2011, 8:41 AM
  5. Hidden check box group inside Accordion
    By Egale in forum 1.x Help
    Replies: 2
    Last Post: May 06, 2011, 7:46 PM

Posting Permissions