We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca718b commit bc7d205Copy full SHA for bc7d205
entries/tooltip.xml
@@ -79,14 +79,18 @@
79
<option name="tooltipClass" default="null">
80
<desc>
81
A class to add to the widget, can be used to display various tooltip types, like warnings or errors.
82
-
83
- This may get replaced by the <a href="http://bugs.jqueryui.com/ticket/7053">classes option</a>.
+ <p>This may get replaced by the <a href="http://bugs.jqueryui.com/ticket/7053">classes option</a>.</p>
84
</desc>
85
<type name="String" />
86
<example>
87
'ui-state-highlight'
88
</example>
89
</option>
+ <option name="track" type="Boolean" default="false">
90
+ <desc>
91
+ Whether the tooltip should track (follow) the mouse.
92
+ </desc>
93
+ </option>
94
</options>
95
<methods>
96
<method name="close">
0 commit comments