API17:JHtml::tooltip
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtml::tooltip
Description
Creates a tooltip with an image as button.
Description:JHtml::tooltip [Edit Descripton]
Since
Synopsis
public static JHtml::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' |
Returns
string
Defined in
libraries/joomla/html/html.php (line 628)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
