-
animation
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> animation
Determines how the tooltip will animate in and out. Feel free to modify or create custom
transitions in the tooltipster.css file. In IE9 and 8, all animations default to a JavaScript
generated, fade animation. Default: 'fade' Posible values: fade, grow, swing, slide, fall
-
arrow
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> arrow
Adds the "speech bubble arrow" to the tooltip. Default: true
-
arrowColor
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> arrowColor
Select a specific color for the "speech bubble arrow". Default: will inherit the tooltip's
background color. Posible values: hex code / rgb
-
autoClose
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> autoClose
If autoClose is set to false, the tooltip will never close unless you call the 'hide' method
yourself. Default: true
-
content
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> content
If set, this will override the content of the tooltip. Default: null
-
contentAsHTML
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> contentAsHTML
If the content of the tooltip is provided as a string, it is displayed as plain text by
default. If this content should actually be interpreted as HTML, set this option to true.
Default: false
-
contentCloning
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> contentCloning
If you provide a jQuery object to the 'content' option, this sets if it is a clone of this
object that should actually be used. Default: true
-
debug
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> debug
Tooltipster logs notices into the console when you're doing something you ideally shouldn't
be doing. Set to false to disable logging. Default: true
-
delay
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> delay
Delay how long it takes (in milliseconds) for the tooltip to start animating in. Default: 200
-
minWidth
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> minWidth
Set a minimum width for the tooltip. Default: 0 (auto width)
-
maxWidth
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> maxWidth
Set a maximum width for the tooltip. Default: null (no max width)
-
functionInit
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> functionInit
Create a custom function to be fired only once at instantiation. If the function returns a
value, this value will become the content of the tooltip. See the advanced section to learn
more. Default: function(origin, content) {}
-
functionBefore
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> functionBefore
Create a custom function to be fired before the tooltip opens. This function may prevent or
hold off the opening. See the advanced section to learn more. Default: function(origin,
continueTooltip) { continueTooltip(); }
-
functionReady
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> functionReady
Create a custom function to be fired when the tooltip and its contents have been added to the
DOM. Default: function(origin, tooltip) {}
-
functionAfter
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> functionAfter
Create a custom function to be fired once the tooltip has been closed and removed from the
DOM. Default: function(origin) {}
-
hideOnClick
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> hideOnClick
If true, the tooltip will close if its origin is clicked. This option only applies when
'trigger' is 'hover' and 'autoClose' is false. Default: false
-
icon
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> icon
If using the iconDesktop or iconTouch options, this sets the content for your icon. Default:
'(?)'
-
iconCloning
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> iconCloning
If you provide a jQuery object to the 'icon' option, this sets if it is a clone of this
object that should actually be used. Default: true
-
iconDesktop
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> iconDesktop
Generate an icon next to your content that is responsible for activating the tooltip on
non-touch devices. Default: false
-
iconTheme
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> iconTheme
If using the iconDesktop or iconTouch options, this sets the class on the icon (used to style
the icon). Default: 'tooltipster-icon'
-
iconTouch
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> iconTouch
Generate an icon next to your content that is responsible for activating the tooltip on touch
devices (tablets, phones, etc). Default: false
-
interactive
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> interactive
Give users the possibility to interact with the tooltip. Unless autoClose is set to false,
the tooltip will still close if the user moves away from or clicks out of the tooltip.
Default: false
-
interactiveTolerance
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> interactiveTolerance
If the tooltip is interactive and activated by a hover event, set the amount of time
(milliseconds) allowed for a user to hover off of the tooltip activator (origin) on to the
tooltip itself - keeping the tooltip from closing. Default: 350
-
multiple
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> multiple
Allows you to put multiple tooltips on a single element. Read further instructions down this
page. Default: false
-
offsetX
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> offsetX
Offsets the tooltip (in pixels) farther left/right from the origin. Default: 0
-
offsetY
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> offsetY
Offsets the tooltip (in pixels) farther up/down from the origin. Default: 0
-
onlyOne
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> onlyOne
If true, only one tooltip will be allowed to be active at a time. Non-autoclosing tooltips
will not be closed though. Default: false
-
position
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> position
Set the position of the tooltip. Default: 'top'
-
positionTracker
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> positionTracker
Will reposition the tooltip if the origin moves. As this option may have an impact on
performance, we suggest you enable it only if you need to. Default: false
-
positionTrackerCallback
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> positionTrackerCallback
Called after the tooltip has been repositioned by the position tracker (if enabled). Default:
A function that will close the tooltip if the trigger is 'hover' and autoClose is false.
-
restoration
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> restoration
Specify if a TITLE attribute should be restored on the HTML element after a call to the
'destroy' method. This attribute may be omitted, or be restored with the value that existed
before Tooltipster was initialized, or be restored with the stringified value of the current
content. Note: in case of multiple tooltips on a single element, only the last destroyed
tooltip may trigger a restoration. Default: 'current'
-
speed
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> speed
Set the speed of the animation. Default: 350
-
timer
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> timer
How long the tooltip should be allowed to live before closing. Default: 0 (disabled)
-
theme
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> theme
Set the theme used for your tooltip. Default: 'tooltipster-default'
-
touchDevices
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> touchDevices
If set to false, tooltips will not show on pure-touch devices, unless you open them yourself
with the 'show' method. Touch gestures on devices which also have a mouse will still open the
tooltips though. Default: true
-
trigger
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> trigger
Set how tooltips should be activated and closed. See the advanced section to learn how to
build custom triggers. Default: 'hover'
-
updateAnimation
de.alpharogroup.wicket.js.addon.core.StringTextValue<T> updateAnimation
If a tooltip is open while its content is updated, play a subtle animation when the content
changes. Default: true