[CLOSED] Horizontal anchoring not respected

  1. #1

    [CLOSED] Horizontal anchoring not respected

    Hi Below is the code sample. I have applied AnchorHorizontal="100%" to the text fields. But that is not respected at all. How can this be fixed.
    <ext:Window ID="Window1" 
                runat="server" 
                Width="350"
                Height="200"           
                Title="Password Verification"            
                Closable="false"
                BodyPadding="5"
                Layout="Form">           
                <Items>
                    <ext:TextField LabelAlign="Top" 
                        ID="PasswordField" 
                        runat="server"                    
                        FieldLabel="<%$ Resources:WebResources|Security.FormLabels, LoginLabelUsernameText %>"                  
                        AnchorHorizontal="100%" DefaultAnchor="100%"  FieldCls="highlight" 
                        />
                    <ext:TextField LabelAlign="Top" 
                        runat="server"   
                        FieldLabel="<%$ Resources:WebResources|Security.FormLabels, LoginLabelPasswordText %>"                  
                        AnchorHorizontal="100%">                                          
                    </ext:TextField>  
                    <ext:LinkButton ID="ForgotPassword" runat="server" Text="<%$ Resources:WebResources|Security.FormLabels, LoginHyperLinkForgotYourPasswordText %>"
                                    AnchorHorizontal="100%" HideLabel="true" TabIndex="3" AutoDataBind="true" Disabled="false">
                                    <DirectEvents>
                                        <Click AutoDataBind="true" Url=''
                                            Timeout="60000" CleanRequest="true" Method="POST">
                                            <ExtraParams>
                                                <ext:Parameter Name="username" Value="#{Username}.getValue()" Mode="Raw" />
                                            </ExtraParams>
                                        </Click>
                                    </DirectEvents>
                                </ext:LinkButton>   
                </Items>            
            </ext:Window>
    Last edited by Daniil; Mar 07, 2012 at 7:34 PM. Reason: [CLOSED]
  2. #2
    I responded to the thread in error. please assistance is needed for the anchoring issue
  3. #3
    There is no Form layout in v2
    Please use Anchor layout
  4. #4
    Thanks. that fixed it

Similar Threads

  1. Horizontal Accordion V2.0
    By Birgit in forum 2.x Help
    Replies: 17
    Last Post: Jun 28, 2013, 2:34 AM
  2. [CLOSED] radiogroup horizontal
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 12, 2011, 9:31 AM
  3. [CLOSED] MultiField Anchoring w/Notes
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 18, 2010, 8:32 AM
  4. [CLOSED] MultiField Anchoring
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Feb 15, 2010, 2:50 PM
  5. Replies: 3
    Last Post: Feb 22, 2009, 4:42 PM

Posting Permissions