[CLOSED] [1.0] Issue with vertical position of Textfields when tab panel layout = fit

  1. #1

    [CLOSED] [1.0] Issue with vertical position of Textfields when tab panel layout = fit

    Hello,

    I have a problem when set tab panel layout="fit" and the position of textfields:

            <ext:Viewport ID="NewFormContainer" runat="server" Layout="fit">
                    <Items>
                            <ext:Panel ID="NewFormPanel" runat="server" Border="false" BodyBorder="false" Layout="fit">
                                    <TopBar>
                                            <ext:Toolbar ID="NewFormToolbar" runat="server">
                                                    <Items>
                                                            <ext:Button ID="BtNuevo" runat="server" Icon="Add" Text="Crear nuevo" Anchor="Bottom" />
                                                            <ext:Button ID="BtSave" runat="server" Icon="Disk" Text="Guardar" />
                                                            <ext:ToolbarSeparator />
                                                            <ext:TabStrip ID="BtLangTabs" runat="server">
                                                                    <Items>
                                                                    </Items>
                                                            </ext:TabStrip>
                                                    </Items>
                                            </ext:Toolbar>
                                    </TopBar>
                                    <Items>
                                            <ext:TabPanel runat="server" Border="false">
                                                    <Items>
                                                            <ext:Panel runat="server" Title="Default" Layout="fit" Frame="true" Border="false">
                                                                    <Items>
                                                                            <ext:TextField ID="TextField0" runat="server" FieldLabel="Clave" Width="150"/>
                                                                            <ext:TextField ID="TextField1" runat="server" FieldLabel="Nombre" Width="150"/>
                                                                            <ext:TextField ID="TextField2" runat="server" FieldLabel="Valor" Width="150"/>
                                                                            <ext:TextField ID="TextField3" runat="server" FieldLabel="Other" Width="150"/>
                                                                    </Items>
                                                            </ext:Panel>
                                                            <ext:Panel ID="Panel1" runat="server" Title="Advanced" Layout="fit" Frame="true">
                                                            </ext:Panel>
                                                    </Items>
                                            </ext:TabPanel>
                                    </Items>
                                    <BottomBar>
                                            <ext:StatusBar ID="NewFormStatusBar" runat="server" Text="Estado:">
                                            </ext:StatusBar>
                                    </BottomBar>
                            </ext:Panel>
                    </Items>
            </ext:Viewport>
    Thanks
    Last edited by geoffrey.mcgill; Sep 13, 2010 at 6:16 PM. Reason: [CLOSED]
  2. #2
    Hello!

    Please clarify what behavior do you expect using a fit layout manager applied to TextFields?

    So, you just explain what do you need or attach a screen-shot with textfield's locations and we'll help you to configure this.
  3. #3
    Hi,

    I guess that Layout="form" should be
  4. #4
    Hello, edigital!

    Could you tell is this still an issue?

    NOTE: Marked as [CLOSED]
    Last edited by geoffrey.mcgill; Sep 13, 2010 at 6:17 PM. Reason: marked as [CLOSED]

Similar Threads

  1. Replies: 4
    Last Post: Aug 30, 2011, 10:35 PM
  2. Vertical layout in GridPanel
    By AlexMaslakov in forum 1.x Help
    Replies: 14
    Last Post: Aug 15, 2011, 7:21 AM
  3. Replies: 1
    Last Post: Jul 18, 2011, 8:40 AM
  4. [CLOSED] Two column layout with vertical scroll bar
    By deejayns in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 26, 2011, 10:28 PM
  5. Replies: 4
    Last Post: Dec 30, 2009, 1:31 AM

Posting Permissions