module
meteoJS/tooltip/bootstrapTooltip
Source: tooltip/
Child class
Abstract type
Class
BootstrapTooltip
Abstract type
inner
options Object
Options for constructor.
Properties
Name | Type | Optional | Description |
---|---|---|---|
tooltipNode |
(undefined, external:jQuery, or external:HTMLElement) |
Yes |
Create Bootstrap's tooltip on this element. |
bootstrapOptions |
Object |
Yes |
Options passed to the '.tooltip' method. |
closeOnMouseMove |
boolean |
Yes |
Close tooltip, when mouse is moved over the tooltip. Defaults to |
closeOnMouseEnter |
boolean |
Yes |
Close tooltip, when mouse is entered in the tooltip. Defaults to |