JHTML::tooltip/1.5
From Joomla! Documentation
JHTML::tooltip
Description
Creates a tooltip with an image as button.
Description:JHTML::tooltip [Edit Descripton]
public function tooltip ( $tooltip $title='' $image='tooltip.png' $text='' $href='' $link=1 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tooltip | string | The tip string | |
| $title | string | The title of the tooltip | |
| $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 | |
| $link | boolean | 1 | deprecated |
See also
JHTML::tooltip on api.joomla.org
JHTML source code on JoomlaCode
Class JHTML
Subpackage Html- Other versions of JHTML::tooltip
SeeAlso:JHTML::tooltip [Edit See Also]