| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Programmatic name of the control. |
| binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
| rendered | false | true | java.lang.String | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
| value | true | false | java.lang.String | The value binding expression for the TocModel object (managed bean) associated with this control. |
| mapId | true | true | java.lang.String | References an id associated with the map control. |
| xslFile | false | true | java.lang.String | References a xsl file associated with this control. By default, toc.xsl in the WEB-INF/classes/xsl directory is used, and no value needs to be assigned to this attribute. If you want to use a different xsl with the this control, you must reference the new xsl file. For example, if the xsl file is named myxsl.xsl, it should be placed in the WEB-INF/classes/xsl directory, and the value "myxsl.xsl" should be assigned to this attribute. |
| style | false | true | java.lang.String | CSS style(s) to be applied when this control is rendered. |
| styleClass | false | true | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
| clientPostBack | false | true | java.lang.String | References a client side post back associated with this control. |
| autoPostBack | false | true | java.lang.String | Causes an automatic postback when there is a change in state. |
| textStyle | false | true | java.lang.String | CSS style(s) to be applied for the text within this control. |
| textStyleClass | false | true | java.lang.String | Cascading style sheet class for the text within this control. |
| indentWidth | false | true | java.lang.String | Number of spaces to indent in the Result hierarchy. |
| collapsedImage | false | true | java.lang.String | Location of clickable image representing a collapsed node in the table of contents. When clicked, the node expands. |
| expandedImage | false | true | java.lang.String | Location of clickable image representing an expanded node in the table of contents. When clicked, the node collapses. |
| resourceImage | false | true | java.lang.String | Image representing the root node. |
| showExpanded | false | true | java.lang.String | Determines whether the Result(s) shows in expandable nodes. |