| |||||||
| FRAMES NO FRAMES | |||||||
<dialog:row id="name"> The dialog row content created using additional dialog tags goes here </dialog:row>
| Tag Information | |
| Tag Class | org.opensubsystems.patterns.dialoglayout.www.DialogRowTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id 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 generated using other dialog:xyz custom tags. This allows you to specify single id for all the elements inside of a dialog row and the custom tags make sure they generate unique but related ids for all dialog row elements. |
| cssclass | false | true | java.lang.String | CSS class for the dialog row generated by this tag. |
| style | false | true | java.lang.String | CSS style for the dialog row generated by this tag. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||