| Attributes |
| Name | Required | Request-time | Type | Description |
| height | false | true | int | Height for the tooltip. |
| shiftX | false | true | int | X Shift from the link [0(default)]. |
| shiftY | false | true | int | Y Shift from the link [0(default)]. |
| width | false | true | int | Width for the tooltip. |
| zIndex | false | true | int | z-index of the tool tip [>100(default)]. |
| autoClose | false | true | boolean | Does the tooltip automatically close if parent link has moved ? Default is true. Be careful, you can't use this if you use more than one link for one tooltip. |
| frameDisplayed | false | true | boolean | Specify whether or not a frame should be displayed around the component. (true by default) |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |