Doubt about Formlayout with ext container

  1. #1

    Doubt about Formlayout with ext container

    Hi,I have a doubt about Ext container using in formpanel.I have added the 3rd row.but third(bold part) row is not displaying .please help me...................

     <ext:Panel 
                ID="Panel3"
                runat="server" 
                Title="Multi Column, Nested Layouts and Anchoring" 
                Frame="true"
                PaddingSummary="5px 5px 0"
                Width="600"
                ButtonAlign="Center">
                <Items>
                    <ext:Container runat="server" Layout="Column" Height="100">
                        <Items>
                            <ext:Container runat="server" LabelAlign="Top" Layout="Form" ColumnWidth=".5">
                                <Items>
                                    <ext:TextField runat="server" FieldLabel="First Name" AnchorHorizontal="95%" />
                                    <ext:TextField runat="server" FieldLabel="Company" AnchorHorizontal="95%" />
                                </Items>
                            </ext:Container>
                            <ext:Container runat="server" LabelAlign="Top" Layout="Form" ColumnWidth=".5">
                                <Items>
                                    <ext:TextField runat="server" FieldLabel="Last Name" AnchorHorizontal="95%" />
                                    <ext:TextField runat="server" FieldLabel="Email" AnchorHorizontal="95%" />
                                </Items>
                            </ext:Container>
                             <ext:Container ID="Container1" runat="server" LabelAlign="Top" Layout="Form" ColumnWidth=".5">
                                <Items>
                                    <ext:TextField ID="TextField1" runat="server" FieldLabel="Middle Name" AnchorHorizontal="95%" />
                                    <ext:TextField ID="TextField2" runat="server" FieldLabel="Contact" AnchorHorizontal="95%" />
                                </Items>
                            </ext:Container>
                            
                        </Items>
                    </ext:Container>
                    <ext:Container runat="server" LabelAlign="Top" Layout="Form">
                        <Items>
                            <ext:HtmlEditor runat="server" Height="200" FieldLabel="Biography" AnchorHorizontal="98%" />
                        </Items>
                    </ext:Container>
                </Items>
                <Buttons>
                    <ext:Button runat="server" Text="Save" />
                    <ext:Button runat="server" Text="Cancel" />
                </Buttons>
            </ext:Panel>
    Attached Thumbnails Click image for larger version. 

Name:	sample.PNG 
Views:	96 
Size:	12.8 KB 
ID:	3838  
    Last edited by NishaLijo; Feb 17, 2012 at 4:08 AM.
  2. #2
    You set the Container to Height="100". My initial guess would be to increase that value, until all three rows are rendered as per your requirements.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Hi,

    Thanks for your reply.I increased the height.But its not displaying only space is coming.Please help me..........


    Quote Originally Posted by geoffrey.mcgill View Post
    You set the Container to Height="100". My initial guess would be to increase that value, until all three rows are rendered as per your requirements.

    Hope this helps.
  4. #4
    The thread is related to:
    http://forums.ext.net/showthread.php?17416

Similar Threads

  1. doubt with GridCommand
    By lucasbarrios2 in forum 1.x Help
    Replies: 0
    Last Post: May 14, 2012, 6:14 PM
  2. Doubt about Advanced Dataview example in Chooser
    By NishaLijo in forum 2.x Help
    Replies: 4
    Last Post: Mar 23, 2012, 11:32 AM
  3. Doubt about formpanel with ext container
    By NishaLijo in forum 1.x Help
    Replies: 1
    Last Post: Feb 21, 2012, 7:59 AM
  4. Doubt about Live Search ComboBox...
    By kabalkunz in forum 1.x Help
    Replies: 5
    Last Post: Oct 27, 2011, 3:09 PM
  5. License doubt
    By joao.msdn in forum Licensing
    Replies: 5
    Last Post: Mar 24, 2011, 5:12 AM

Posting Permissions