| |||||||
| FRAMES NO FRAMES | |||||||
<dialog:splitrow id="name"> Place here dialog:lefthalf and dialog:righthalf custom tags to create individual columns inside of splitrow. </dialog:splitrow>
| Tag Information | |
| Tag Class | org.opensubsystems.patterns.dialoglayout.www.SplitDialogRowTag |
| 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. Since usually the fields in left and right column are not related, the id for the whole row is usually not needed and instead ids are specified for each individual column. |
| 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 | |||||||