| /plugin/combo/ComboStrap/ |
| H A D | Tooltip.php | 11 class Tooltip class 44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null; 70 Tooltip::addToolTipSnippetIfNeeded(); 76 $position = $tooltip[Tooltip::POSITION_ATTRIBUTE] ?? null;
|
| H A D | IconTag.php | 131 $tooltip = $tagAttributes->getValueAndRemoveIfPresent(Tooltip::TOOLTIP_ATTRIBUTE); 140 … $tooltipTag = TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $tooltip])
|
| H A D | PageProtection.php | 58 Tooltip::addToolTipSnippetIfNeeded();
|
| /plugin/combo/resources/snippet/js/ |
| H A D | tooltip.js | 10 } else if (typeof bootstrap.Tooltip.VERSION !== 'undefined') { 11 version = parseInt(bootstrap.Tooltip.VERSION.substr(0, 1), 10); 15 …t.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
|
| H A D | page-protection.js | 46 let tooltip = bootstrap.Tooltip.getInstance(element); 51 new bootstrap.Tooltip(element, {
|
| /plugin/tooltip/ |
| D | README | 1 ====== Tooltip Plugin for DokuWiki ====== 8 All documentation for the Tooltip Plugin is available online at: 11 Tooltip introduces two syntax modes:
|
| /plugin/combo/syntax/ |
| H A D | tooltip.php | 9 use ComboStrap\Tooltip; alias 192 $attributes[Tooltip::CALLSTACK] = $toolTipCallStack; 193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes); 235 …$renderer->doc .= TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $callStac…
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarbutton.js | 28 this.Tooltip = tooltip ; 43 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
|
| D | fcktoolbarspecialcombo.js | 58 this._Combo.Tooltip = this.Tooltip ;
|
| D | fcktoolbarbuttonui.js | 28 this.Tooltip = tooltip || this.Label ; 53 oMainElement.title = this.Tooltip ;
|
| D | fcktoolbarfontsizecombo.js | 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
| D | fcktoolbarfontscombo.js | 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
| D | fckspecialcombo.js | 32 this.Tooltip = caption ; 250 …oField.innerHTML = '<table title="' + this.Tooltip + '" class="' + sClass + '" cellspacing="0" cel…
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fcktoolbarbutton.js | 28 this.Tooltip = tooltip ; 41 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
|
| D | fcktoolbarspecialcombo.js | 56 this._Combo.Tooltip = this.Tooltip ;
|
| D | fcktoolbarbuttonui.js | 28 this.Tooltip = tooltip || this.Label ; 65 oMainElement.title = this.Tooltip ;
|
| D | fcktoolbarfontscombo.js | 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
| D | fcktoolbarfontsizecombo.js | 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
| D | fckspecialcombo.js | 32 this.Tooltip = caption ; 232 …oField.innerHTML = '<table title="' + this.Tooltip + '" class="' + sClass + '" cellspacing="0" cel…
|
| D | fcktoolbarfontformatcombo.js | 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
| /plugin/confmanager/lang/de/ |
| D | acronyms.txt | 1 …Tooltip, wenn du mit der Maus über die Abkürzung fährst. Wenn sich die Maus z.B. über der Abkürzun…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_tooltip.js | 178 var Tooltip = /** @class */ (function () { class 179 function Tooltip() { class in anonymousFunctionbdcca0c90100.anonymousFunctionbdcca0c91600.Tooltip 181 Tooltip.prototype.getNode = function () { class 189 Tooltip.prototype.setViewport = function (node) { 193 Tooltip.prototype.show = function (left, top) { 210 Tooltip.prototype.hide = function () { 218 Tooltip.prototype.setContent = function (html) { 224 Tooltip.prototype._isLikeMouseEvent = function (event) { 227 Tooltip.prototype._getViewPort = function () { 230 Tooltip.prototype._calculateTooltipPosition = function (event) { [all …]
|
| /plugin/abbr/ |
| D | plugin.info.txt | 2 name Abbreviation Tooltip
|
| /plugin/autotooltip/ |
| H A D | plugin.info.txt | 5 name Auto-Tooltip
|
| H A D | README.md | 1 # Auto-Tooltip plugin for dokuwiki
|