| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | 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. |
| 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 the toolbar control. By default, toolbar.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 toolbar 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. |
| activeTool | false | true | java.lang.String | The active tool in the Web application. In the client code, activeTool calls the approriate Javascript method. In the server code, activeTool calls the appropriate server-side tool action. |
| 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. |
| orientation | false | true | java.lang.String | Cascading style sheet class. |
| defaultStyle | false | true | java.lang.String | Cascading style sheet class. |
| hoverStyle | false | true | java.lang.String | Cascading style sheet class. |
| disabledStyle | false | true | java.lang.String | Cascading style sheet class. |
| selectedStyle | false | true | java.lang.String | Cascading style sheet class. |
| textPosition | false | true | java.lang.String | Cascading style sheet class. |
| toolbarStyle | false | true | java.lang.String | Cascading style sheet class. |