[CLOSED] is it possible to set height for textField

  1. #1

    [CLOSED] is it possible to set height for textField

    Hi
    I have tried to set Height for textfield but nothing happens. do I need to do it with some css style.
    thanks
    idriss
  2. #2

    RE: [CLOSED] is it possible to set height for textField

    Hi,

        <style type="text/css">
            .big-text{
                height:        50px !important;
                line-height: 46px !important;
                font-size:    46px !important;
            }
        </style>
    
       <ext:TextField runat="server" Cls="big-text"></ext:TextField>
  3. #3

    RE: [CLOSED] is it possible to set height for textField

    thank you.
    idriss

Similar Threads

  1. [CLOSED] How change height TextField
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 11, 2011, 6:37 AM
  2. [CLOSED] Textfield Editor's Height
    By skyone in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 17, 2011, 9:34 AM
  3. Replies: 1
    Last Post: May 14, 2011, 10:51 AM
  4. [CLOSED] TextField and ComboBox height in TopBar
    By krzak in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 08, 2011, 1:13 PM
  5. TextField Height
    By Stefano in forum 1.x Help
    Replies: 0
    Last Post: Feb 03, 2009, 4:36 PM

Posting Permissions