Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dbutton.php48 $renderer->doc .= '<a href="' . $url . '"' . ($target != '' ? ' target="'.$target.'"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'button ' . $classes . '" role="button"' . ($collapse != '' ? ' data-toggle="collapse" data-target="#' . $data['collapse-id'] . '"' : '') . ' ' . ($data['disabled'] ? 'disabled' : '') . $styles . $this->buildTooltip($data['tooltip']) . '>';
H A Dcore.php744 protected function buildTooltip($text)
663 protected function buildTooltip($text) global() function in syntax_plugin_mikioplugin_core