Home
last modified time | relevance | path

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

/plugin/autotooltip/
H A Dhelper.php62 …* @param string $preTitle - Text to display before the title. Newlines will be rendered as line br…
69 …public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses… argument
83 $partCount = (empty($title) ? 0 : 1) + (empty($preTitle) ? 0 : 1) + (empty($tooltip) ? 0 : 1);
96 if (!empty($preTitle)) {
97 $contentParts[] = $this->_formatTT($preTitle);
126 …* @param string $preTitle - Text to display before the title in the tooltip. Newlines will be rend…
131 …public function forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses = ''… argument
144 return $this->forText($link, $meta['abstract'], $title, $preTitle, $classes, $textClasses);