Home
last modified time | relevance | path

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

/plugin/autotooltip/
H A Dhelper.php64 * @param string $textClasses - CSS classes to add to the linked text.
69 …public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses argument
88 if (empty($textClasses)) {
89 $textClasses = 'plugin-autotooltip_linked';
91 $textClasses .= ' plugin-autotooltip_simple';
109 …return '<span class="' . $textClasses . '" onmouseover="autotooltip.show(event)" onmouseout="autot…
128 * @param string $textClasses - CSS classes to add to the linked text.
131 …public function forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses = ''… argument
144 return $this->forText($link, $meta['abstract'], $title, $preTitle, $classes, $textClasses);