ToolbarextItems vertically aligned

  1. #1

    ToolbarextItems vertically aligned




    How could I have ToolbatTextItems vertically aligned in the following sample code?
    Or how could I put a newline between tt1 and tt2?

    Thanks.

    <ext:panel ID="pnlTest" 
                   runat="server" 
                   Height="200"
                   Border="false"> 
         
        <Body></Body>
        <TopBar>
            <ext:Toolbar id="toolBarPnlTest" runat="server">
                <Items>
                    <ext:ToolbarTextItem id="tt1" runat="server" Text="First" />
                    <ext:ToolbarTextItem id="tt2" runat="server" Text="Second " />
                </Items>
            </ext:Toolbar>
        </TopBar>
    </ext:Panel>
  2. #2

    RE: ToolbarextItems vertically aligned

    Hi,

    Does the following example can help your problem?

    http://forums.ext.net/showthread.php?1342
    Last edited by geoffrey.mcgill; Feb 20, 2011 at 2:53 PM.
  3. #3

    RE: ToolbarextItems vertically aligned

    It's not exactly I'm looking for but gave me some ideas.

    Many thanks.

Similar Threads

  1. Replies: 3
    Last Post: Nov 30, 2011, 10:39 AM
  2. [CLOSED] Label BottomBar are not aligned vertically
    By majunior in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 24, 2011, 12:29 PM
  3. [CLOSED] Data on the TextField content is not centered vertically.
    By majunior in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 21, 2011, 12:06 AM
  4. [CLOSED] text within the button is not centered correctly vertically
    By majunior in forum 1.x Legacy Premium Help
    Replies: 18
    Last Post: Jun 07, 2011, 1:33 AM
  5. Replies: 0
    Last Post: May 28, 2010, 4:40 PM

Posting Permissions