Home
last modified time | relevance | path

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

/plugin/autotooltip/
H A Dhelper.php34 'preTitle (optional)' => 'string',
46 'preTitle (optional)' => 'string',
62 * @param string $preTitle - Text to display before the title. Newlines will be rendered as line breaks.
67 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') {
81 $partCount = (empty($title) ? 0 : 1) + (empty($preTitle) ? 0 : 1) + (empty($tooltip) ? 0 : 1);
94 if (!empty($preTitle)) {
95 $contentParts[] = $this->_formatTT($preTitle);
121 * @param string $preTitle - Text to display before the title in the tooltip. Newlines will be rendered as line breaks.
126 public function forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses = '') {
137 return $this->forText($link, $meta['abstract'], $title, $preTitle,
66 forText($content, $tooltip, $title = '', $preTitle = '', $classes = '', $textClasses = '') global() argument
125 forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses = '') global() argument
[all...]