Home
last modified time | relevance | path

Searched refs:tooltip (Results 1 – 25 of 169) sorted by relevance

1234567

/template/strap/resources/theme/default/components/css/
H A Dtooltip.css1 .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/
Dtooltip.less7 .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 {
Dbootstrap.less50 @import "tooltip.less";
/template/strap/ComboStrap/
H A DTooltip.php22 $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 DIconTag.php131 $tooltip = $tagAttributes->getValueAndRemoveIfPresent(Tooltip::TOOLTIP_ATTRIBUTE);
133 if ($tooltip !== null) {
140 … $tooltipTag = TagAttributes::createFromCallStackArray([Tooltip::TOOLTIP_ATTRIBUTE => $tooltip])
151 if ($tooltip !== null) {
H A DPluginUtility.php523 …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/
Dtooltips.less4 .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 Dtooltip.js4 …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 Dpage-protection.js46 let tooltip = bootstrap.Tooltip.getInstance(element);
47 if (tooltip != null) {
48 tooltip.dispose();
H A Dcombo-popover.js14 …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/
Dbootstrap-tooltip.js326 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
Dbootstrap-popover.js37 Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
98 $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
/template/writr/
Dscript.js192 …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/
Dexplain.js30 jQuery('[data-toggle="tooltip"]').tooltip();
/template/breeze/bower_components/gumby/sass/ui/
D_tooltips.scss4 @include tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align);
/template/mikio/assets/
H A Dmikioplugin.less114 --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 Dmikioplugin.css114 --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.scss18 // tooltip 'fade' fix
/template/breeze/bower_components/gumby/sass/functions/
D_tooltips.scss3 @mixin tooltip($tt-min-width, $tt-bgcolor, $tt-position, $tt-align) { mixin
42 content: attr(data-tooltip);
/template/parallax/lib/bootstrap/js/
Dbootstrap.js1211 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, {
Dbootstrap.min.js689 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/
Dbootstrap.min.js9tooltip;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/
Dbootstrap.min.js9tooltip;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 DREADME.md21 * [Link with tooltip preview](https://combostrap.com/link)
/template/bootie/css/
Dbootstrap-4.3.1.min.css6tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;marg…

1234567