JHTML::tooltip/1.5

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.5 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
  • Returns string
  • Defined on line 245 of libraries/joomla/html/html.php
  • Since Joomla 1.5

See also

SeeAlso:JHTML::tooltip [Edit See Also]

User contributed notes


Personal tools