| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the outer div surrounding the entire two-pane display. |
| leftPane | true | true | java.lang.String | Path of the JSP that is called to render the contents of the left pane. |
| leftPaneSize | false | true | java.lang.String | Percentage of the enclosing div's width(height) used by the left(top) pane. |
| rightPane | true | true | java.lang.String | Path of the JSP that is called to render the contents of the right pane. |
| rightPaneSize | false | true | java.lang.String | Percentage of the enclosing div's width(height) used by the right(bottom) pane. |
| orientation | false | true | java.lang.String | Orientation of the two panes. Default is "horizontal" (i.e., left/right). If "vertical" is specified then left==top and right==bottom. |
| onClick | false | true | java.lang.String | Name of javascript function to handle "click" events occurring within the two pane "div". |
| onDblClick | false | true | java.lang.String | Name of javascript function to handle "double click" events occurring within the two pane "div". |
| collapseImg | false | true | java.lang.String | Path to file containing image to be superimposed on sizer bar when both panes are shown. |
| expandImg | false | true | java.lang.String | Path to file containing image to be superimposed on sizer bar when one pane is collapsed. |