Home
last modified time | relevance | path

Searched refs:textClasses (Results 1 – 1 of 1) sorted by last modified time

/plugin/autotooltip/
H A Dhelper.php36 'textClasses (optional)' => 'string',
48 'textClasses (optional)' => 'string',
64 * @param string $textClasses - CSS classes to add to the linked text.
67 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') {
86 if (empty($textClasses)) {
87 $textClasses = 'plugin-autotooltip_linked';
89 $textClasses .= ' plugin-autotooltip_simple';
104 return '<span class="' . $textClasses . '" onmouseover="autotooltip.show(event)" onmouseout="autotooltip.hide()" data-delay="' . $delay . '">' .
123 * @param string $textClasses - CSS classes to add to the linked text.
126 public function forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses
66 forText($content, $tooltip, $title = '', $preTitle = '', $classes = '', $textClasses = '') global() argument
125 forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses = '') global() argument
[all...]