Home
last modified time | relevance | path

Searched refs:Tooltip (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/combo/ComboStrap/
H A DTooltip.php11 class Tooltip class
44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null;
70 Tooltip::addToolTipSnippetIfNeeded();
76 $position = $tooltip[Tooltip::POSITION_ATTRIBUTE] ?? null;
H A DIconTag.php131 $tooltip = $tagAttributes->getValueAndRemoveIfPresent(Tooltip::TOOLTIP_ATTRIBUTE);
140 … $tooltipTag = TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $tooltip])
H A DPageProtection.php58 Tooltip::addToolTipSnippetIfNeeded();
/plugin/combo/resources/snippet/js/
H A Dtooltip.js10 } 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 Dpage-protection.js46 let tooltip = bootstrap.Tooltip.getInstance(element);
51 new bootstrap.Tooltip(element, {
/plugin/tooltip/
DREADME1 ====== 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 Dtooltip.php9 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/
Dfcktoolbarbutton.js28 this.Tooltip = tooltip ;
43 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
Dfcktoolbarspecialcombo.js58 this._Combo.Tooltip = this.Tooltip ;
Dfcktoolbarbuttonui.js28 this.Tooltip = tooltip || this.Label ;
53 oMainElement.title = this.Tooltip ;
Dfcktoolbarfontsizecombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
Dfcktoolbarfontscombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
Dfckspecialcombo.js32 this.Tooltip = caption ;
250 …oField.innerHTML = '<table title="' + this.Tooltip + '" class="' + sClass + '" cellspacing="0" cel…
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarbutton.js28 this.Tooltip = tooltip ;
41 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
Dfcktoolbarspecialcombo.js56 this._Combo.Tooltip = this.Tooltip ;
Dfcktoolbarbuttonui.js28 this.Tooltip = tooltip || this.Label ;
65 oMainElement.title = this.Tooltip ;
Dfcktoolbarfontscombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
Dfcktoolbarfontsizecombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
Dfckspecialcombo.js32 this.Tooltip = caption ;
232 …oField.innerHTML = '<table title="' + this.Tooltip + '" class="' + sClass + '" cellspacing="0" cel…
Dfcktoolbarfontformatcombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
/plugin/confmanager/lang/de/
Dacronyms.txt1Tooltip, 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/
Ddhtmlxgantt_tooltip.js178 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/
Dplugin.info.txt2 name Abbreviation Tooltip
/plugin/autotooltip/
H A Dplugin.info.txt5 name Auto-Tooltip
H A DREADME.md1 # Auto-Tooltip plugin for dokuwiki

1234