shows an tooltip if mouse slides over the declared content.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| clientId | String | NOT Allow Null | prop:componentResources.id | literal | The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness. |
| effect | String | NOT Allow Null | literal | the tooltip effect ("blind", "appear", "slide"). | |
| title | String | NOT Allow Null | literal | the tooltip title. | |
| value | String | NOT Allow Null | literal | the tooltip content. |
possible values for the effect paramter are "blind", "appear" and "slide"