JHtml::tooltipText
Converts a double colon seperated string or 2 separate strings to a string ready for bootstrap tooltips
Signature
public function tooltipText([string
$title = '',
[string
$content = '',
[integer
$translate = 1,
[integer
$escape = 1]]]] )
Parameters
-
$title
- The title of the tooltip (or combined '::' separated string).
-
$content
- The content to tooltip.
-
$translate
- If true will pass texts through JText.
-
$escape
- If true will pass texts through htmlspecialchars.
Returns
- string
- The tooltip string