Home
last modified time | relevance | path

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

123

/plugin/combo/ComboStrap/
H A DTooltip.php11 class Tooltip class
33 * Tooltip
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 document.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/
H A DREADME1 ====== Tooltip Plugin for DokuWiki ======
8 All documentation for the Tooltip Plugin is available online at:
11 Tooltip introduces two syntax modes:
H A DChangeLog1 ==== Tooltip Plugin Changelog ====
/plugin/combo/syntax/
H A Dtooltip.php9 use ComboStrap\Tooltip; alias
30 * [[https://getbootstrap.com/docs/4.0/components/tooltips/|Tooltip Boostrap version 4]]
31 * [[https://getbootstrap.com/docs/5.0/components/tooltips/|Tooltip Boostrap version 5]]
51 * TODO: Add this to the {@link Tooltip} ???
188 * It will be processed by the {@link Tooltip}
192 $attributes[Tooltip::CALLSTACK] = $toolTipCallStack;
193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
235 $renderer->doc .= TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $callStackArray])
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbutton.js28 this.Tooltip = tooltip ;
43 …this._UIButton = new FCKToolbarButtonUI( this.CommandName, this.Label, this.Tooltip, this.IconPath…
H A Dfcktoolbarspecialcombo.js58 this._Combo.Tooltip = this.Tooltip ;
H A Dfcktoolbarbuttonui.js28 this.Tooltip = tooltip || this.Label ;
53 oMainElement.title = this.Tooltip ;
H A Dfcktoolbarfontsizecombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfcktoolbarfontscombo.js28 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfckspecialcombo.js32 this.Tooltip = caption ;
250 …oField.innerHTML = '<table title="' + this.Tooltip + '" class="' + sClass + '" cellspacing="0" cel…
H A Dfcktoolbarfontformatcombo.js31 this.Tooltip = tooltip ? tooltip : this.Label ;
H A Dfcktoolbarstylecombo.js31 this.Tooltip = tooltip ? tooltip : this.Label ;
/plugin/confmanager/lang/de/
H A 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/
H A Ddhtmlxgantt_tooltip.js178 var Tooltip = /** @class */ (function () { function
179 function Tooltip() { function
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) {
227 Tooltip.prototype._getViewPort = function () {
307 return Tooltip;
309 exports.Tooltip = Tooltip;
[all …]
/plugin/abbr/
H A 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
/plugin/gil/
H A DChangeLog1 ==== Tooltip Plugin Changelog ====
/plugin/bootswrapper/exe/help/
H A Dmodal.txt23 This <tooltip title="Tooltip">[[modal|link]]</tooltip> and that <tooltip title="Tooltip">[[modal|li…
/plugin/c3chart/assets/
H A Dc3.css139 /*-- Tooltip --*/
/plugin/batchedit/
H A Dinterface.css2 * Tooltip

123