Skip to content

Commit bc7d205

Browse files
committed
Tooltip: Document track option. Fixes #9
1 parent 1ca718b commit bc7d205

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

entries/tooltip.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,18 @@
7979
<option name="tooltipClass" default="null">
8080
<desc>
8181
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>.
82+
<p>This may get replaced by the <a href="http://bugs.jqueryui.com/ticket/7053">classes option</a>.</p>
8483
</desc>
8584
<type name="String" />
8685
<example>
8786
'ui-state-highlight'
8887
</example>
8988
</option>
89+
<option name="track" type="Boolean" default="false">
90+
<desc>
91+
Whether the tooltip should track (follow) the mouse.
92+
</desc>
93+
</option>
9094
</options>
9195
<methods>
9296
<method name="close">

0 commit comments

Comments
 (0)