decrease height of textfield

  1. #1

    decrease height of textfield

    I want to purchase ext.net 4.2.2 version and migrate my project 2.5.0 to 4.2.2 but before I need some solution as per my screen layout.
    my question is how to decrease height of textfield

    my code is
     
    <ext:TextField runat="server" ID="txtName"
         InputWidth="190" Width="270"
         FieldLabel="Employee Name" LabelAlign="Right"
         data_validation="EmployeeData.Name" Height="10px" />
    but Height cannot worked, I also check minHeight and HeightSpec but all attribuite cannot worked..
    Last edited by fabricio.murta; Jun 26, 2017 at 2:27 PM.
  2. #2
    Hello @VSPL!

    To use height with units specification, you should be using HeightSpec="10px" instead. Simply Height will accept only integer numbers, treated as pixels unit.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] How change height TextField
    By grupoantolin in forum 4.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 08, 2016, 5:03 PM
  2. How change height TextField
    By sishco in forum 4.x Help
    Replies: 1
    Last Post: May 05, 2016, 3:50 PM
  3. [CLOSED] Textfield Editor's Height
    By skyone in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 17, 2011, 9:34 AM
  4. [CLOSED] is it possible to set height for textField
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 16, 2009, 3:16 PM
  5. TextField Height
    By Stefano in forum 1.x Help
    Replies: 0
    Last Post: Feb 03, 2009, 4:36 PM

Posting Permissions