label

text label of the widget wrapped into forminput

string label;

Example

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

Related samples

See also
Back to top