API17:JHtml::tooltip
From Joomla! Documentation
JHtml::tooltip
Description
Creates a tooltip with an image as button.
public static function tooltip (
$tooltip
$title= ''
$image= 'tooltip.png'
$text= ''
$href= ''
$alt= 'Tooltip'
$class='hasTip'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tooltip | string | The tip string | |
| $title | array | The title of the tooltip or an associative array with keys contained in {'title','image','text','href','alt'} and values corresponding to parameters of the same name. | |
| $image | string | 'tooltip.png' | The image for the tip, if no text is provided |
| $text | string | The text for the tip | |
| $href | string | An URL that will be used to create the link | |
| $alt | string | 'Tooltip' | The alt attribute for img tag |
| $class | 'hasTip' |
See also
JHtml::tooltip source code on BitBucket
Class JHtml
Subpackage Html- Other versions of JHtml::tooltip
User contributed notes
Code Examples