| Attributes |
| Name | Required | Request-time | Type | Description |
| imgdir | false | true | java.lang.String | the relative path to the directory that contains the images (relative to the JSP page). Defaulted to "images". |
| viewOn | true | true | java.lang.String | the image displayed to give access to the View mode, when the mouse is over the button. |
| viewOff | true | true | java.lang.String | the image displayed to give access to the View mode, when the mouse is NOT over the button. |
| editOn | false | true | java.lang.String | the image displayed to give access to the Edit mode, when the mouse is over the button. |
| editOff | false | true | java.lang.String | the image displayed to give access to the Edit mode, when the mouse is NOT over the button. |
| previewOn | false | true | java.lang.String | the image displayed to give access to the Preview mode, when the mouse is over the button. |
| previewOff | false | true | java.lang.String | the image displayed to give access to the Preview mode, when the mouse is NOT over the button. |
| width | false | true | java.lang.String | the image width. in pixels or %. |
| height | false | true | java.lang.String | the image height. in pixels or %. |