labelAlign

the alignment of a label towards its container

string labelAlign;

Values

  • "left"
  • "right"
  • Example

    { 
        view:"forminput", 
        name:"access", 
        body:list1, 
        labelWidth:140,
        labelAlign:"right", 
        label:"Access levels"
    }


    Default value:

    "left"

    Related samples

    See also
    Back to top