[CLOSED] FieldContainer label placement

  1. #1

    [CLOSED] FieldContainer label placement

    Is there a way to align the FieldContainer label.

       <ext:FieldContainer runat="server" Layout="HBoxLayout" FieldLabel="Phone" >
          <FieldDefaults LabelAlign="Right" LabelWidth="100" />
          <Items>
             <ext:TextField runat="server" EmptyText="xxx-xxx-xxxx" AllowBlank="false" 
                     Note="Commercial" NoteAlign="Top" NoteCls="field-note" />
             <ext:TextField runat="server" EmptyText="xxx" AllowBlank="false" 
                    Note="DSN" NoteAlign="Top" NoteCls="field-note" />
          </Items>
       </ext:FieldContainer>
    Since I have aligned the notes on the top of the textfield the "Phone" label is not were I want it to be. I would like it at the bottom, aligned with the textfields.
    Last edited by Daniil; Sep 21, 2012 at 1:37 PM. Reason: [CLOSED]
  2. #2
    Hi,

    This setting for the FieldContainer helps.
    LabelStyle="margin-top: 20px;"
  3. #3
    To many attributes. I am getting better at this, but still not perfect, obviously. Please close the thread.

Similar Threads

  1. [CLOSED] IndicatorIcon placement
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 20, 2012, 6:40 PM
  2. [CLOSED] V2.1 FieldContainer & FieldDefaults
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 14, 2012, 4:27 PM
  3. Replies: 3
    Last Post: Jun 20, 2012, 6:16 PM
  4. Replies: 5
    Last Post: Apr 10, 2012, 2:38 PM
  5. [CLOSED] Column placement?
    By state in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 27, 2009, 2:28 PM

Posting Permissions