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 |
readonly | false | true | java.lang.String | HTML Standard Attribute |
disabled | false | true | java.lang.String | HTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element. |
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 |
onfocus | false | true | java.lang.String | HTML Event Attribute |
onblur | false | true | java.lang.String | HTML Event Attribute |
onchange | false | true | java.lang.String | HTML Event Attribute |
emptyDisplayString | false | true | java.lang.String | String to display in read mode when the value is null, can be used to display a hyphen for example "-" |
accesskey | false | true | java.lang.String | HTML Standard Attribute |
mode | false | true | java.lang.String | mode which this tag should operate in [read | edit | multi] |
size | false | true | java.lang.String | HTML Standard Attribute |
maxlength | false | true | java.lang.String | HTML Standard Attribute |
label | true | true | java.lang.String | The key to the label for display for the target property |
value | true | true | java.lang.String | The key to the value for display for the target propertydescription |
optionsTarget | true | true | java.lang.String | The name of the function or url to retrieve options |
optionsTargetType | true | true | java.lang.String | Type of target used to get the options - possible values are "javascript" or "url" |