/plugin/combo/resources/theme/default/components/css/ |
H A D | tooltip.css | 1 .tooltip-inner { 4 .tooltip-inner>p:last-child { 7 .tooltip-inner>h1,.tooltip-inner>h2,.tooltip-inner>h3,.tooltip-inner>h4,.tooltip-inner>h5,.tooltip-inner>h6 { 11 span[data-bs-toggle="tooltip"] { text-decoration: underline dotted; } 12 span[data-toggle="tooltip"] { tex [all...] |
/plugin/achart/assets/ |
H A D | apexcharts.css | 39 .apexcharts-tooltip { 72 .apexcharts-tooltip * { 77 .apexcharts-tooltip-title { 83 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { 88 .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title { 130 .apexcharts-tooltip-marker { 147 .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker { 163 .apexcharts-tooltip-y-group { 167 .apexcharts-tooltip-box, .apexcharts-custom-tooltip { 171 .apexcharts-tooltip-boxPlot { [all …]
|
/plugin/combo/ComboStrap/ |
H A D | Tooltip.php | 15 public const TOOLTIP_ATTRIBUTE = "tooltip"; 22 $tooltip = $tagAttributes->getValueAndRemove(self::TOOLTIP_ATTRIBUTE); 23 if ($tooltip === null) { 27 if (!is_array($tooltip)) { 28 LogUtility::msg("The tooltip value ($tooltip) is not an array."); 39 * Old tooltip syntax 41 $title = $tooltip[syntax_plugin_combo_tooltip::TEXT_ATTRIBUTE] ?? null; 44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null; 49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip [all...] |
/plugin/bootswrapper/exe/help/ |
H A D | tooltip.txt | 3 <code html><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</… 5 <tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet... 10 | ''title'' | required | | Title of tooltip | 11 | ''location'' | ''top'' | ''top'', ''bottom'', ''left'', ''right'', ''auto'' | Location of tooltip…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_tooltip.js | 252 tooltip.bottom = tooltip.top + tooltip.height; 253 tooltip.right = tooltip.left + tooltip.width; 258 tooltip.bottom = tooltip.top + tooltip.height; 262 tooltip.top = tooltip.bottom - tooltip.height; 266 tooltip.right = viewport.left + tooltip.width; 270 tooltip.left = tooltip.right - tooltip.width; 272 if (mouse.x >= tooltip.left && mouse.x <= tooltip.right) { 273 tooltip.left = mouse.x - tooltip.width - offsetX; 274 tooltip.right = tooltip.left + tooltip.width; 277 tooltip.top = mouse.y - tooltip.height - offsetY; [all …]
|
/plugin/patchpanel/ |
H A D | script.js | 2 var tooltip = document.getElementById("patchpanel_tooltip"); 3 if (!tooltip) { 4 tooltip = document.createElement('div'); 5 tooltip.setAttribute("id", "patchpanel_tooltip"); 6 document.body.appendChild(tooltip);
|
/plugin/codebuttonmod2/ |
H A D | all.css | 25 * A minimal CSS-only tooltip copied from: 30 * <p class="o-tooltip--left" data-tooltip="Hey">Short</p> 33 .o-tooltip--left { 37 .o-tooltip--left:after { 41 content: attr(data-tooltip); 55 .o-tooltip--left:hover:after {
|
/plugin/refnotes/ |
H A D | script.js | 34 // and display hidden tooltip so we can move it around 73 plugin_refnotes.tooltip.hide(event); 81 tooltip : { class in plugin_refnotes 83 plugin_refnotes.tooltip.hide(event); 109 jQuery('a.refnotes-ref.note-tooltip') 110 .mouseenter(plugin_refnotes.tooltip.show) 111 .mouseleave(plugin_refnotes.tooltip.hide); 112 jQuery(document).mousemove(plugin_refnotes.tooltip.track); 113 jQuery(window).scroll(plugin_refnotes.tooltip.hide);
|
/plugin/advrack/ |
H A D | jquery.qtip.js | 150 this.tooltip = elements.tooltip = tooltip = $('<div/>', { 700 tooltip = this.tooltip, 968 tooltip = this.tooltip; 1128 tooltip = this.tooltip, 1199 tooltip = elements.tooltip, 1253 tooltip = elements.tooltip, 1521 tooltip = this.tooltip, 2651 tooltip = current.tooltip, 2715 tooltip = api.tooltip, 2797 var tooltip = qtip.tooltip; [all …]
|
/plugin/tooltip/ |
H A D | README | 3 * Introduces syntax for tooltip text 4 …https://informatica.temuco.udelmar.cl/~lmachuca/dokuwiki-lucho/desarrollo/dokuwiki/plugin-tooltip]] 9 http://dokuwiki.org/plugin:tooltip 13 - <ttip:text>tooltip content<ttip> for long tooltips 14 - {!word:tooltip content}} for one-word tooltips, definitions and the like.
|
H A D | ChangeLog | 12 * syntax/tooltip.php, syntax/short.php: Updated getInfo() 14 * syntax/tooltip.php, syntax/short.php: changed XHTML container to 16 * syntax/tooltip.php, syntax/short.php: added text ('text') renderer 31 http://www.dokuwiki.org/plugin:tooltip 37 * style.css: modified default styles to use Opera-like tooltip outlines.
|
/plugin/autotooltip/ |
H A D | helper.php | 29 'desc' => 'Manually construct a tooltip', 32 'tooltip' => 'string', 42 'desc' => 'Generate a tooltip from a wikilink', 57 * Return a simple tooltip. 60 * @param string $tooltip - The tooltip content. Newlines will be rendered as line breaks. 61 * @param string $title - The title inside the tooltip. 63 * @param string $classes - CSS classes to add to this tooltip. 67 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') { 81 $partCount = (empty($title) ? 0 : 1) + (empty($preTitle) ? 0 : 1) + (empty($tooltip) 66 forText($content, $tooltip, $title = '', $preTitle = '', $classes = '', $textClasses = '') global() argument [all...] |
/plugin/bez/scripts/ |
H A D | task.js | 51 var tooltips = jQuery('.bez_metaform').find("input, select").tooltip({ 61 if ($input.tooltip("instance") === undefined) { 68 $input.tooltip("open"); 71 $input.tooltip("disable"); 94 jQuery(document).tooltip({ 161 .tooltip({ 163 "ui-tooltip": "ui-state-highlight" 186 .tooltip() 254 .tooltip( "open" ); 257 this.input.tooltip( "clos [all...] |
/plugin/combo/resources/snippet/js/ |
H A D | tooltip.js | 4 if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') { 5 version = parseInt(jQuery.fn.tooltip.Constructor.VERSION.substr(0, 1), 10); 9 jQuery(`[data${namespace}-toggle="tooltip"]`).tooltip(); 15 document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
|
H A D | page-protection.js | 26 // not pointer-events: none because we need to show a tooltip 45 // An element may already have a tooltip 46 let tooltip = bootstrap.Tooltip.getInstance(element); 47 if (tooltip != null) { 48 tooltip.dispose();
|
H A D | combo-popover.js | 15 if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') { 16 bootstrapVersion = parseInt(jQuery.fn.tooltip.constructor.VERSION.substr(0, 1), 10); 48 if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
|
/plugin/diagramsnet/lib/plugins/ |
H A D | tooltips.js | 10 var tooltip = cell.getAttribute('tooltip'); 12 if (tooltip != null && tooltip.length > 0)
|
/plugin/autolink4/syntax/ |
H A D | allwords.php | 17 /** @type helper_plugin_autotooltip $tooltip */ 18 private $tooltip; 19 /** @type helper_plugin_autolink4 $tooltip */ 24 $this->tooltip = plugin_load('helper', 'autotooltip'); 148 if ($this->tooltip && $data[self::$TOOLTIP]) { 149 $renderer->doc .= $this->tooltip->forWikilink($data[self::$TO], $data[self::$TEXT]); 22 private $tooltip; global() variable in syntax_plugin_autolink4_allwords
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarfontformatcombo.js | 24 var FCKToolbarFontFormatCombo = function( tooltip, style ) argument 26 if ( tooltip === false ) 31 this.Tooltip = tooltip ? tooltip : this.Label ;
|
H A D | fcktoolbarfontsizecombo.js | 24 var FCKToolbarFontSizeCombo = function( tooltip, style ) argument 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
H A D | fcktoolbarfontscombo.js | 24 var FCKToolbarFontsCombo = function( tooltip, style ) argument 28 this.Tooltip = tooltip ? tooltip : this.Label ;
|
/plugin/c3chart/assets/ |
H A D | c3.css | 140 .c3-tooltip-container { 144 .c3-tooltip { 155 .c3-tooltip tr { 159 .c3-tooltip th { 167 .c3-tooltip td { 174 .c3-tooltip td > span { 181 .c3-tooltip .value {
|
/plugin/confmanager/lang/en/ |
H A D | acronyms.txt | 1 [[doku>DokuWiki]] can mark abbreviations and acronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip. For example, if the mouse is positioned over ''CMS'' (which is included in the default acronyms list), the tooltip displays ''Content Management System''. 3 Note: only full words will be marked. Eg. an acronym that is used within a word will not result in a acronym tooltip. Example: CMS is an acronym, myCMS is not.
|
/plugin/confmanager/lang/nl/ |
H A D | acronyms.txt | 1 [[doku>DokuWiki]] kan afkortingen en acroniemen (terminologie) automatisch markeren. Als je browser de <acronym> tag ondersteunt, kun je met je muis over de afkorting bewegen om een korte uitleg te zien, weergegeven als tooltip. Bijvoorbeeld, als de muis boven "XML" wordt geplaatst (welke opgenomen in de standaard lijst met acroniemen), verschijnt er een tooltip die weergeeft "Extensible Markup Language". 3 Merk op: alleen complete woorden worden gemarkeerd. Dat wil zeggen, een acroniem die wordt gebruikt binnen een woord zal geen acroniem tooltip krijgen. Voorbeeld: XML is een acroniem, myXML is niet.
|
/plugin/structcombolookup/ |
H A D | script.js | 46 .tooltip({ 71 .tooltip() 137 .tooltip( "open" ); 140 this.input.tooltip( "close" ).attr( "title", "" );
|