[CLOSED] Problem with TextFiled Height after updating the SVN?

  1. #1

    [CLOSED] Problem with TextFiled Height after updating the SVN?

    Hi,

    I updated the SVN to latest.I got the problem with TextField height it is coming little big.


    See the sample
    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title></title>
    </head>
    <body>
        <ext:ScriptManager ID="ScriptManager1" runat="server" />
        <form id="form1" runat="server">
        <ext:ViewPort runat="server" ID="parentPanel">
            <Body>
                <ext:BorderLayout ID="BL" runat="Server">
                    <Center>
                        <ext:TabPanel ID="TabPanel1" runat="server" ActiveTabIndex="0" MinTabWidth="150"
                            ResizeTabs="true">
                            <Tabs>
                                <ext:Tab ID="Tab1" runat="server" Title="Overview" Icon="Tab">
                                    <Body>
                                        <ext:BorderLayout runat="Server" ID="BorderLayout1">
                                            <Center>
                                                <ext:Panel ID="pnl" runat="Server" Border="false">
                                                    <Body>
                                                        <ext:RowLayout ID="RowLayout1" runat="server">
                                                            <ext:LayoutRow>
                                                                <ext:Panel Border="false" ID="Panel106" runat="server" Height="3">
                                                                    <Body>
                                                                    </Body>
                                                                </ext:Panel>
                                                            </ext:LayoutRow>
                                                            <ext:LayoutRow>
                                                                <ext:FieldSet ID="fsDescription" runat="server" Title="Description" Cls="x-fieldset-no-padding">
                                                                    <Body>
                                                                        <ext:Panel Border="false" ID="Panel5" runat="server" Height="110">
                                                                            <Body>
                                                                                <ext:ColumnLayout ID="ColumnLayout1" runat="server" FitHeight="false">
                                                                                    <ext:LayoutColumn>
                                                                                        <ext:Panel Border="false" ID="Panel72" runat="server" Width="3">
                                                                                            <Body>
                                                                                            </Body>
                                                                                        </ext:Panel>
                                                                                    </ext:LayoutColumn>
                                                                                    <ext:LayoutColumn ColumnWidth="0.35">
                                                                                        <ext:Panel Border="false" ID="panGrdInbox" runat="server">
                                                                                            <Body>
                                                                                                <ext:FormLayout ID="FormLayout1" runat="server">
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="pan" runat="server">
                                                                                                            <Body>
                                                                                                                <ext:ColumnLayout ID="ColumnLayout2" runat="server" FitHeight="false">
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.35">
                                                                                                                        <ext:Panel Border="false" ID="Panel6" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label Cls="right-label" ID="lblCode" runat="server" Text="Code">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel128" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.45">
                                                                                                                        <ext:Panel Border="false" ID="Panel7" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout5" runat="server">
                                                                                                                                    <ext:TextField ID="txtCode" runat="server" Width="170">
                                                                                                                                    </ext:TextField>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.20">
                                                                                                                        <ext:Panel Border="false" ID="Panel14" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout12" runat="server">
                                                                                                                                    <ext:Checkbox ID="chkDone" CtCls="right-checkbox" runat="server" BoxLabel="Done">
                                                                                                                                    </ext:Checkbox>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                </ext:ColumnLayout>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel144" runat="server" Height="1">
                                                                                                            <Body>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel8" runat="server">
                                                                                                            <Body>
                                                                                                                <ext:ColumnLayout ID="ColumnLayout3" runat="server" FitHeight="false">
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.35">
                                                                                                                        <ext:Panel Border="false" ID="Panel9" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label Cls="right-label" ID="lblCustomer" runat="server" Text="Customer">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel129" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.65">
                                                                                                                        <ext:Panel Border="false" ID="Panel10" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout7" runat="server">
                                                                                                                                    <ext:ComboBox ID="ComboBox1" runat="server" Width="220">
                                                                                                                                    </ext:ComboBox>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                </ext:ColumnLayout>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel145" runat="server" Height="1">
                                                                                                            <Body>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel11" runat="server">
                                                                                                            <Body>
                                                                                                                <ext:ColumnLayout ID="ColumnLayout4" runat="server" FitHeight="false">
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.35">
                                                                                                                        <ext:Panel Border="false" ID="Panel12" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label ID="lblKind" runat="server" Text="Kind">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel130" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.65">
                                                                                                                        <ext:Panel Border="false" ID="Panel13" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout9" runat="server">
                                                                                                                                    <ext:ComboBox ID="cboKind" runat="server" Width="220">
                                                                                                                                    </ext:ComboBox>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                </ext:ColumnLayout>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel146" runat="server" Height="1">
                                                                                                            <Body>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel15" runat="server">
                                                                                                            <Body>
                                                                                                                <ext:ColumnLayout ID="ColumnLayout5" runat="server" FitHeight="false">
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.35">
                                                                                                                        <ext:Panel Border="false" ID="Panel16" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label Cls="right-label" ID="lblIsPartof" runat="server" Text="Is Part Of">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel131" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.65">
                                                                                                                        <ext:Panel Border="false" ID="Panel17" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout11" runat="server">
                                                                                                                                    <ext:ComboBox ID="ComboBox2" runat="server" Width="220">
                                                                                                                                    </ext:ComboBox>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                </ext:ColumnLayout>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                </ext:FormLayout>
                                                                                            </Body>
                                                                                        </ext:Panel>
                                                                                    </ext:LayoutColumn>
                                                                                    <ext:LayoutColumn>
                                                                                        <ext:Panel Border="false" ID="Panel67" runat="server" Width="3">
                                                                                            <Body>
                                                                                            </Body>
                                                                                        </ext:Panel>
                                                                                    </ext:LayoutColumn>
                                                                                    <ext:LayoutColumn ColumnWidth="0.65">
                                                                                        <ext:Panel Border="false" ID="Panel4" runat="server">
                                                                                            <Body>
                                                                                                <ext:FormLayout ID="FormLayout2" runat="server">
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel155" runat="server" Height="1">
                                                                                                            <Body>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel18" runat="server">
                                                                                                            <Body>
                                                                                                                <ext:ColumnLayout ID="ColumnLayout6" runat="server" FitHeight="false">
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.20">
                                                                                                                        <ext:Panel Border="false" ID="Panel19" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label Cls="right-label" ID="lblSubject" runat="server" Text="Subject">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel132" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.5">
                                                                                                                        <ext:Panel Border="false" ID="Panel20" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout13" runat="server">
                                                                                                                                    <ext:TextField ID="txtSubject" runat="server">
                                                                                                                                    </ext:TextField>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.1">
                                                                                                                        <ext:Panel Border="false" ID="Panel21" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label Cls="right-label" ID="lblPriority" runat="server" Text="Priority">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel133" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.2">
                                                                                                                        <ext:Panel Border="false" ID="Panel22" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout15" runat="server">
                                                                                                                                    <ext:ComboBox ID="cboPriority" runat="server" Editable="false" Select&#111;nfocus="true"
                                                                                                                                        Width="114">
                                                                                                                                    </ext:ComboBox>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel160" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                </ext:ColumnLayout>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel147" runat="server" Height="1">
                                                                                                            <Body>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%" Vertical="99.9%">
                                                                                                        <ext:Panel Border="false" ID="Panel23" runat="server">
                                                                                                            <Body>
                                                                                                                <ext:ColumnLayout ID="ColumnLayout7" runat="server" FitHeight="false">
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.199">
                                                                                                                        <ext:Panel Border="false" ID="Panel24" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:Label Cls="right-label" ID="lblRemarks" runat="server" Text="Remarks">
                                                                                                                                </ext:Label>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel134" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn ColumnWidth="0.8">
                                                                                                                        <ext:Panel Border="false" ID="Panel25" runat="server">
                                                                                                                            <Body>
                                                                                                                                <ext:FitLayout ID="FitLayout17" runat="server">
                                                                                                                                    <ext:TextArea ID="txtRemarks" runat="server">
                                                                                                                                    </ext:TextArea>
                                                                                                                                </ext:FitLayout>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                    <ext:LayoutColumn>
                                                                                                                        <ext:Panel Border="false" ID="Panel122" runat="server" Width="3">
                                                                                                                            <Body>
                                                                                                                            </Body>
                                                                                                                        </ext:Panel>
                                                                                                                    </ext:LayoutColumn>
                                                                                                                </ext:ColumnLayout>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                    <ext:Anchor Horizontal="100%">
                                                                                                        <ext:Panel Border="false" ID="Panel149" runat="server" Height="1">
                                                                                                            <Body>
                                                                                                            </Body>
                                                                                                        </ext:Panel>
                                                                                                    </ext:Anchor>
                                                                                                </ext:FormLayout>
                                                                                            </Body>
                                                                                        </ext:Panel>
                                                                                    </ext:LayoutColumn>
                                                                                </ext:ColumnLayout>
                                                                            </Body>
                                                                        </ext:Panel>
                                                                    </Body>
                                                                </ext:FieldSet>
                                                            </ext:LayoutRow>
                                                        </ext:RowLayout>
                                                    </Body>
                                                </ext:Panel>
                                            </Center>
                                        </ext:BorderLayout>
                                    </Body>
                                </ext:Tab>
                            </Tabs>
                        </ext:TabPanel>
                    </Center>
                </ext:BorderLayout>
            </Body>
        </ext:ViewPort>
        </form>
    </body>
    </html>
  2. #2

    RE: [CLOSED] Problem with TextFiled Height after updating the SVN?

    Hi,

    Why you wrap the textfield by FitLayout? If you need to fit the field by width then use AnchorLayout an set Horizontal="99%" for Anchor

Similar Threads

  1. Replies: 1
    Last Post: May 29, 2012, 8:51 AM
  2. [CLOSED] [1.0] Problem updating dataview
    By alemonnier in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 16, 2010, 7:18 AM
  3. [CLOSED] Problem when updating to new version
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 08, 2010, 12:17 PM
  4. [CLOSED] TextFiled max length
    By Satyanarayana murthy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 29, 2009, 5:13 AM
  5. Problem with updating grid panel
    By Nagaraj K Hebbar in forum 1.x Help
    Replies: 0
    Last Post: May 09, 2009, 12:52 PM

Posting Permissions