| adjustX | A positive or negative pixel value by which to offset the tooltip in the horizontal plane (x-axis). Negative values cause a reduction in the value (moves tooltip to the left).Default is 0. |
| adjustY | A positive or negative pixel value by which to offset the tooltip in the vertical plane (y-axis). Negative values cause a reduction in the value (moves tooltip upwards).Default is 0. |
| atPosition | The corner of the target element to position the tooltips corner at.Default is bottom right. |
| autoShow | This flag enables showing tooltips automatically after page loading. Auto shown tooltips can not be global or shared.Default is false. |
| binding | An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
| converter | EL expression resolves to a converter instance or literal converter ID defining a component converter. |
| fixed | When set to true, the tooltip will not hide if moused over, allowing the contents to be clicked and interacted with.Default is false. |
| for | Id of the component to attach the tooltip. |
| global | A global tooltip converts each title attribute to a tooltip.Default is false. |
| header | Header or Titlebar of the tooltip. Not applicable on global tooltips. |
| hideDelay | Delay time for hiding the tooltip.Default is 0. |
| hideEffect | Hide effect function.Default is fadeOut. |
| hideEffectLength | Duration for hide effect.Default is 500. |
| hideEvent | Event hiding the tooltip.Default is mouseleave. |
| id | Unique identifier of the component in a namingContainer.Default is generated. |
| mouseTracking | This flag enables tooltip's positioning in relation to the mouse.Default is false. |
| myPosition | The corner of the tooltip to position in relation to the target element.Default is top left. |
| rendered | Boolean value to specify the rendering of the component, when set to false component will not be rendered.Default is true. |
| shared | A shared tooltip - one tooltip, multiple targets.Default is false. |
| showDelay | Delay time for displaying the tooltip.Default is 0. |
| showEffect | Show effect function.Default is fadeIn. |
| showEffectLength | Duration for show effect.Default is 500. |
| showEvent | Event displaying the tooltip.Default is mouseenter. |
| styleClass | Style class of the tooltip will override ThemeRoller theme. |
| value | Value of the component. |
| widgetVar | Name of the client side widget. |