| 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. |
| clientAction | true | true | java.lang.String | Tool client action. |
| serverAction | false | true | java.lang.String | Tool server action. |
| serverMethod | false | true | java.lang.String | Server action method binding for tool control. |
| 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 the tool control. |
| toolTip | false | true | java.lang.String | References a tool tip associated with the tool control. |
| toolText | false | true | java.lang.String | References a tool title associated with the tool control. |
| defaultImage | false | true | java.lang.String | References a default image associated with the tool control. |
| hoverImage | false | true | java.lang.String | References a hover image associated with the tool control. |
| selectedImage | false | true | java.lang.String | References a selected image associated with the tool control. |
| disabledImage | false | true | java.lang.String | References a disabled image associated with the tool control. |
| disabled | false | true | java.lang.String | References a whether the tool control is disabled or enabled. |
| cursor | false | true | java.lang.String | References a cursor associated with the tool control. |
| showLoadingImage | false | true | java.lang.String | References a show loading image associated with the tool control. |
| lineColor | false | true | java.lang.String | Line color of the drawing tool. Defining colors using hexadecimal values (#80F0C0) is recommended. |
| lineWidth | false | true | java.lang.String | The line width in pixels of the drawing tool. |