| /template/strap/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-… 11 span[data-bs-toggle="tooltip"] { text-decoration: underline dotted; } 12 span[data-toggle="tooltip"] { text-decoration: underline dotted; }
|
| /template/templar/less/ |
| D | tooltip.less | 7 .tooltip { 22 // Wrapper for the tooltip content 23 .tooltip-inner { 34 .tooltip-arrow { 41 .tooltip { 42 &.top .tooltip-arrow { 49 &.right .tooltip-arrow { 56 &.left .tooltip-arrow { 63 &.bottom .tooltip-arrow {
|
| D | bootstrap.less | 50 @import "tooltip.less";
|
| /template/strap/ComboStrap/ |
| H A D | Tooltip.php | 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."); 41 $title = $tooltip[syntax_plugin_combo_tooltip::TEXT_ATTRIBUTE] ?? null; 44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null; 76 $position = $tooltip[Tooltip::POSITION_ATTRIBUTE] ?? null;
|
| H A D | IconTag.php | 131 $tooltip = $tagAttributes->getValueAndRemoveIfPresent(Tooltip::TOOLTIP_ATTRIBUTE); 133 if ($tooltip !== null) { 140 … $tooltipTag = TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $tooltip]) 151 if ($tooltip !== null) {
|
| H A D | PluginUtility.php | 523 …static function getDocumentationHyperLink($canonical, $label, bool $withIcon = true, $tooltip = ""… argument 552 if (empty($tooltip)) { 555 $title = $tooltip; 558 if (!empty($tooltip)) {
|
| /template/writr/css/components/ |
| D | tooltips.less | 4 .tooltip { 10 .tooltip-text { 16 /* Adjustments for the tooltip text itself */ 23 .tooltip-text::after { 26 bottom: 100%; /* Position the caret at the top of the tooltip box */
|
| /template/strap/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();
|
| H A D | page-protection.js | 46 let tooltip = bootstrap.Tooltip.getInstance(element); 47 if (tooltip != null) { 48 tooltip.dispose();
|
| H A D | combo-popover.js | 14 …if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') { 15 bootstrapVersion = parseInt(jQuery.fn.tooltip.constructor.VERSION.substr(0, 1), 10); 79 …if (typeof jQuery != 'undefined' && typeof jQuery.fn.tooltip.constructor.VERSION !== 'undefined') {
|
| /template/templar/js/ |
| D | bootstrap-tooltip.js | 326 var old = $.fn.tooltip 328 $.fn.tooltip = function ( option ) { function 338 $.fn.tooltip.Constructor = Tooltip 340 $.fn.tooltip.defaults = { 356 $.fn.tooltip.noConflict = function () { 357 $.fn.tooltip = old
|
| D | bootstrap-popover.js | 37 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { 98 $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
|
| /template/writr/ |
| D | script.js | 192 …const tooltip = jQuery('<div class="tooltip"><div class="tooltip-text">' + content + '</div></div>… 193 jQuery('body').append(tooltip); 197 const tooltipWidth = tooltip.outerWidth(); 202 tooltip.css({
|
| /template/bootstrap3/js/plugins/ |
| D | explain.js | 30 jQuery('[data-toggle="tooltip"]').tooltip();
|
| /template/breeze/bower_components/gumby/sass/ui/ |
| D | _tooltips.scss | 4 @include tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align);
|
| /template/mikio/assets/ |
| H A D | mikioplugin.less | 114 --mikiop-tooltip-text-color: @ini_plugin_tooltip_text_color; 115 --mikiop-tooltip-background-color: @ini_plugin_tooltip_background_color; 116 --mikiop-tooltip-border-color: @ini_plugin_tooltip_border_color; 232 --mikiop-tooltip-text-color: @ini_plugin_darkmode_tooltip_text_color; 233 --mikiop-tooltip-background-color: @ini_plugin_darkmode_tooltip_background_color; 234 --mikiop-tooltip-border-color: @ini_plugin_darkmode_tooltip_border_color;
|
| H A D | mikioplugin.css | 114 --mikiop-tooltip-text-color: #333; 115 --mikiop-tooltip-background-color: #fcf3cf; 116 --mikiop-tooltip-border-color: #9a7d0a;
|
| /template/breeze/bower_components/gumby/sass/ |
| D | _shame.scss | 18 // tooltip 'fade' fix
|
| /template/breeze/bower_components/gumby/sass/functions/ |
| D | _tooltips.scss | 3 @mixin tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align) { mixin 42 content: attr(data-tooltip);
|
| /template/parallax/lib/bootstrap/js/ |
| D | bootstrap.js | 1211 var old = $.fn.tooltip 1213 $.fn.tooltip = function (option) { function 1223 $.fn.tooltip.Constructor = Tooltip 1225 $.fn.tooltip.defaults = { 1233 $.fn.tooltip.noConflict = function () { 1234 $.fn.tooltip = old 1275 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, { 1326 $.fn.popover.defaults = $.extend({}, $.fn.tooltip.defaults, {
|
| D | bootstrap.min.js | 689 var a = c.fn.tooltip; 690 c.fn.tooltip = function (d) { function 701 c.fn.tooltip.Constructor = b; 702 …c.fn.tooltip.defaults = {animation: true, placement: "top", selector: false, template: '<div class… 703 c.fn.tooltip.noConflict = function () { 704 c.fn.tooltip = a; 712 …b.prototype = c.extend({}, c.fn.tooltip.Constructor.prototype, {constructor: b, setContent: functi… 744 …c.fn.popover.defaults = c.extend({}, c.fn.tooltip.defaults, {placement: "right", trigger: "click",…
|
| /template/dokubootstrapsimplified/js/ |
| D | bootstrap.min.js | 9 …tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),… function in a.fn
|
| /template/dokutwitterbootstrap/js/ |
| D | bootstrap.min.js | 9 …tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),… function in a.fn
|
| /template/strap/ |
| H A D | README.md | 21 * [Link with tooltip preview](https://combostrap.com/link)
|
| /template/bootie/css/ |
| D | bootstrap-4.3.1.min.css | 6 …tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;marg…
|