| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the right half of the dialog row. If specified this id will be used to generate unique ids for all elements (such as control, block containers, etc.) inside of this dialog row column generated using other dialog:xyz custom tags. This allows you to specify single id for all the elements inside of a dialog row column and the custom tags make sure they generate unique but related ids for all dialog row column elements. |
| cssclass | false | true | java.lang.String | CSS class for the dialog row column generated by this tag. |
| style | false | true | java.lang.String | CSS style for the dialog row generated by this tag. |
| relatedids | false | true | java.lang.String | Boolean flag specifying if id of this tag is related to the id of the parent tag and therefore the generated id should be concatenation of this and parent id. |