Attributes |
Name | Required | Request-time | Type | Description |
path | true | true | java.lang.String | the path to the field according to the Layout definition |
htmlEscape | false | true | java.lang.String | specify true to escape html characters into the output |
cssClass | false | true | java.lang.String | Equivalent to "class" - HTML Optional Attribute |
cssErrorClass | false | true | java.lang.String | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. |
cssStyle | false | true | java.lang.String | Equivalent to "style" - HTML Optional Attribute |
lang | false | true | java.lang.String | HTML Standard Attribute |
title | false | true | java.lang.String | HTML Standard Attribute |
dir | false | true | java.lang.String | HTML Standard Attribute |
tabindex | false | true | java.lang.String | HTML Standard Attribute |
onclick | false | true | java.lang.String | HTML Event Attribute |
ondblclick | false | true | java.lang.String | HTML Event Attribute |
onmousedown | false | true | java.lang.String | HTML Event Attribute |
onmouseup | false | true | java.lang.String | HTML Event Attribute |
onmouseover | false | true | java.lang.String | HTML Event Attribute |
onmousemove | false | true | java.lang.String | HTML Event Attribute |
onmouseout | false | true | java.lang.String | HTML Event Attribute |
onkeypress | false | true | java.lang.String | HTML Event Attribute |
onkeyup | false | true | java.lang.String | HTML Event Attribute |
onkeydown | false | true | java.lang.String | HTML Event Attribute |
suffix | false | true | java.lang.String | a prepended suffix string |
value | false | true | java.lang.String | the value of the label |