| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the label to construct. This has to be the same id as is the id of the control and the context help associated with this label. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| cssclass | false | true | java.lang.String | CSS class for the dialog row column generated by this tag. |
| type | false | true | java.lang.String | Type of the block element to generate for this label. The available options are "div" or "span". |
| style | false | true | java.lang.String | CSS style for the label generated by this tag. |
| postfix | false | true | java.lang.String | Additional text to generate after the text of the label itself. This text will be generated into separate span element. |
| accesskey | false | true | java.lang.String | Access key that will be used in label for to indicate mnemonics for the associated control. If user presses ALT+[accesskey] the focus will move to the associated control. |
| allowfocus | false | true | java.lang.String | Boolean flag specifying if user can focus on the text of the label for example when tabbing through the controls of the dialog. If focus is allowed, the label can gain focus and user can display the context help associated with that control by pressing Enter or Space. If focus is not allowed, the context help can be displayed by pressing ALT+F1 when the control itself has the focus. This value should be true or 1 to allow focus. This value can be also configured globally using property oss.webui.helplabel.focus. Default value is false. |