Home
last modified time | relevance | path

Searched refs:tooltip (Results 26 – 50 of 343) sorted by relevance

12345678910>>...14

/plugin/autolink4/syntax/
H A Dregex.php22 /** @type helper_plugin_autotooltip $tooltip */
23 private $tooltip;
24 /** @type helper_plugin_autolink4 $tooltip */
29 $this->tooltip = plugin_load('helper', 'autotooltip');
103 if ($this->tooltip && $data[self::$TOOLTIP]) {
104 $renderer->doc .= $this->tooltip->forWikilink($data[self::$TO], $data[self::$TEXT]);
27 private $tooltip; global() variable in syntax_plugin_autolink4_regex
/plugin/combo/ComboStrap/
H A DIconTag.php131 $tooltip = $tagAttributes->getValueAndRemoveIfPresent(Tooltip::TOOLTIP_ATTRIBUTE);
133 if ($tooltip !== null) {
135 * If there is a tooltip, we need
140 $tooltipTag = TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $tooltip])
149 * Close the span if we are in a tooltip context
151 if ($tooltip !== null) {
/plugin/tagalerts/
H A Daction.php91 $tooltip = $event->data['tooltip'];
107 $tooltip = $conf['plugin']['tagalerts']['specAlerts'][$title]." (".$tooltip.")";
113 'tooltip' => $tooltip,
/plugin/indobible/
H A Dstyle.css4 .tooltip-inner {
11 .tooltip-inner {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarstylecombo.js24 var FCKToolbarStyleCombo = function( tooltip, style ) argument
26 if ( tooltip === false )
31 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfcktoolbarbutton.js24 var FCKToolbarButton = function( commandName, label, tooltip, style, sourceView, contextSensitive, … argument
28 this.Tooltip = tooltip ;
H A Dfcktoolbar.js35 FCKToolbar.prototype.AddButton = function( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, s… argument
40 …var oButton = new FCKToolbarButtonUI( name, label, tooltip, iconPathOrStripInfoArrayOrIndex, style…
H A Dfcktoolbarpanelbutton.js25 var FCKToolbarPanelButton = function( commandName, label, tooltip, style, icon ) argument
36 …var oUIButton = this._UIButton = new FCKToolbarButtonUI( commandName, label, tooltip, oIcon, style…
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js19 const tooltip = document.getElementById("tooltip-text");
23 tooltip.style.display = 'block';
28 tooltip.style.display = 'none';
H A Dauthor.css131 .tooltip {
139 .tooltip .tooltiptext {
150 /* Position the tooltip */
158 .tooltip:hover .tooltiptext {
/plugin/tooltip/
H A Dstyle.css1 /** @file tooltip/style.css
2 * @brief Default stylesheets for tooltip plugin
9 /** This file provides default styles for the "tooltip"
10 * (CSS-based tooltip sections) plugin for Dokuwiki.
/plugin/bez/scripts/
H A Dthread.js155 jQuery(document).tooltip({
218 .tooltip({
220 "ui-tooltip": "ui-state-highlight"
243 .tooltip()
311 .tooltip( "open" );
314 this.input.tooltip( "close" ).attr( "title", "" );
/plugin/advanced/lang/en/config/
H A Dacronyms.txt3 …ion, shown as a tooltip. For example, if the mouse is positioned over “CMS” (which is included in …
/plugin/diagramsnet/lib/plugins/
H A Dupdate.js93 desc.tooltip, desc.align, desc.valign, desc.offset);
98 editorUi.alert(desc.tooltip);
257 update.setAttribute('icon', JSON.stringify({tooltip: 'Alert', align: 'right',
268 update.setAttribute('icon', JSON.stringify({tooltip: 'Busy', append: true,
/plugin/gil/
H A Dstyle.css17 .dokuwiki .gil > .tooltip {
22 .dokuwiki .gil:hover > .tooltip {
/plugin/authorlist/
H A Dhelper.php28 protected $tooltip; // none, username or fullname. variable in helper_plugin_authorlist
199 switch($this->tooltip){
224 …ef="'.wl($userpageid).'" rel="author" class="wikilink1" title="'.($this->tooltip = 'none'?$userpag…
226 …="'.wl($userpageid).'" rel="nofollow" class="wikilink2" title="'.($this->tooltip = 'none'?$userpag…
/plugin/subjectindex/syntax/
H A Dindex.php376 $tooltip = $this->_get_abstract($id);
377 if (!empty($tooltip)) {
378 $tooltip = str_replace("\n", ' ', $tooltip);
379 $link = preg_replace('/title=\".+?\"/', 'title="' . $tooltip . '"', $link, 1);
/plugin/callflow/
H A Dscript.js29 tooltip: class in style
43 Raphael.el.tooltip = function (paper,x,y,text) { class in Raphael.el
47 …xt(x,(y+style.txtsize/2)+10,text).attr({"font-size":style.tooltip.txtsize,"fill":style.tooltip.txt…
53 …t(BB.x-4,BB.y-2,BB.width+8,BB.height+4).attr({"fill":style.tooltip.bgr,"stroke":style.tooltip.bord…
350 ).tooltip( //show text tooltip on hover
/plugin/explain/
H A Dstyle.css12 div.dokuwiki a.explain span.tooltip {
29 div.dokuwiki a.explain:hover span.tooltip {
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js796 var elt = this.addMenuFunction(label, tooltip, showLabels, function()
828 this.initElement(elt, tooltip);
882 var tooltip = action.label;
886 tooltip += ' (' + action.shortcut + ')';
889 elt = this.addButton(sprite, tooltip, action.funct, c);
910 Toolbar.prototype.addButton = function(classname, tooltip, funct, c) argument
915 this.initElement(elt, tooltip);
925 Toolbar.prototype.initElement = function(elt, tooltip) argument
928 if (tooltip != null)
930 elt.setAttribute('title', tooltip);
[all …]
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js5 …(){};var onerror=settings.onerror||reset;if(settings.tooltip){$(this).attr('title',settings.toolti…
10 e.preventDefault();e.stopPropagation();if(settings.tooltip){$(self).removeAttr('title');}
25 $(self).attr('title',settings.tooltip);return false;});});this.reset=function(form){if(this.editing…
26 if(settings.tooltip){$(self).attr('title',settings.tooltip);}}}};});};$.editable={types:{defaults:{…
/plugin/findologicxmlexport/resources/
H A Dscript.js4 jQuery('img.info_hover').tooltip();
/plugin/mediatooltip/
H A Dscript.js75 jQuery( this ).tooltip({
86 jQuery( this ).tooltip({
/plugin/autolink4/lang/en/
H A Dadmin_help.txt9 * tt: Hovering over this link will show a tooltip with the page title and abstract. Requires the [[https://www.dokuwiki.org/plugin:autotooltip|autotooltip]] plugin.
10 * once: Only link the first occurrence of this tooltip.
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js806 tooltip: {
997 tooltip: {

12345678910>>...14