1. #1
    Ext User
    Join Date
    Jun 2009
    Location
    Switzerland
    Posts
    9
    Vote Rating
    0
    fspab is on a distinguished road

      0  

    Default Set FieldLabel size

    Set FieldLabel size


    Hi,
    is there a way to set the size of a FieldLabel in a Form?
    When have a long text as Label, this one is rendered on two lines. Any way to change this?

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,715
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Code:
    formLayout.setLabelWidth(200);

  3. #3
    Ext User
    Join Date
    Jun 2009
    Location
    Switzerland
    Posts
    9
    Vote Rating
    0
    fspab is on a distinguished road

      0  

    Default


    Thanks
    I was looking for that in FormData or directly in the Field...