Classes
Members
-
container
-
Description
Container where the tooltip will be appended.
Details
-
canShowAbove
-
Description
Boolean representing if the tooltip will fit on screen above the element
Details
-
canShowBelow
-
Description
Boolean representing if the tooltip will fit on screen below the element
Details
-
canShowLeft
-
Description
Boolean representing if the tooltip will fit on screen to the left of the element
Details
-
canShowRight
-
Description
Boolean representing if the tooltip will fit on screen to the right of the element
Details
-
observer
-
Description
Use an observer in show otherwise you'll cause unclosable tooltips
Details
Methods
-
<static> create()
-
Description
Alias for the constructor
Details
-
hide()
-
Description
Hides the tooltip. Automatically called on mouseleave.
Details
-
show()
-
Description
Shows the tooltip. Automatically called on mouseenter. Will attempt to flip if position was wrong.
Details
-
showAbove()
-
Description
Force showing the tooltip above the node.
Details
-
showBelow()
-
Description
Force showing the tooltip below the node.
Details
-
showLeft()
-
Description
Force showing the tooltip to the left of the node.
Details
-
showRight()
-
Description
Force showing the tooltip to the right of the node.
Details