[CLOSED] Examples: Component Overview

  1. #1

    [CLOSED] Examples: Component Overview

    You have an issue with the AccordionLayout with TreePanel section of the Component Overview Example on the current Ext.Net Examples page. Item1, Item2 and Item3 need to set Leaf="true" because when they are expanded an error occurs.

                    <%--
                        =============================================================
                        Accordion / Tree
                        =============================================================
                    --%>
                    
                    <ext:Panel 
                        runat="server"
                        Title="AccordionLayout with TreePanel"
                        Width="450"
                        Height="240"
                        X="690"
                        Y="830"
                        Layout="AccordionLayout"
                        DefaultBorder="false">
                        <Items>
                            <ext:TreePanel runat="server" Title="TreePanel" AutoScroll="true" EnableDD="true">
                                <Root>
                                    <ext:Node Text="Root Node" Expanded="true">
                                        <Children>
                                            <ext:Node Text="Item 1" />
                                            <ext:Node Text="Item 2" />
                                            <ext:Node Text="Folder">
                                                <Children>
                                                    <ext:Node Text="Item 3" />
                                                </Children>
                                            </ext:Node>
                                        </Children>
                                    </ext:Node>
                                </Root>
                            </ext:TreePanel>
                            <ext:Panel runat="server" Title="Item 2" BodyPadding="5" Html="Some content" />
                            <ext:Panel runat="server" Title="Item 3" BodyPadding="5" Html="Some content" />
                        </Items>
                    </ext:Panel>
    Last edited by Daniil; Dec 27, 2012 at 12:06 PM. Reason: [CLOSED]
  2. #2
    Hi Chris,

    Thank you for the report! Fixed.

Similar Threads

  1. Replies: 1
    Last Post: Mar 13, 2012, 12:17 PM
  2. [CLOSED] http://examples.ext.net/#/Toolbar/StatusBar/Overview/ Character count
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 12, 2011, 4:41 PM
  3. Replies: 2
    Last Post: Feb 18, 2011, 10:27 AM
  4. Error in example PropertyGrid > Basic > Overview
    By george.paoli in forum Bugs
    Replies: 1
    Last Post: Nov 17, 2010, 9:05 PM
  5. Licensing Overview...
    By geoffrey.mcgill in forum Licensing
    Replies: 0
    Last Post: Sep 14, 2008, 1:23 PM

Posting Permissions