Home
last modified time | relevance | path

Searched refs:tooltipPopover (Results 1 – 1 of 1) sorted by relevance

/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/helpers/
H A DTbHtml.php4634 return self::tooltipPopover($label, $url, $content, $htmlOptions);
4650 return self::tooltipPopover($label, '#', $title, $htmlOptions);
4661 protected static function tooltipPopover($label, $url, $title, $htmlOptions) function in TbHtml