Skip to content

Commit 33b46e5

Browse files
committed
Tooltip: Document extended content option
1 parent 234c811 commit 33b46e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

entries/tooltip.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
<type name="String">
5353
<desc>A string of HTML to use for the tooltip content.</desc>
5454
</type>
55+
<type name="Element">
56+
<desc>A DOM element to use for the tooltip content.</desc>
57+
</type>
58+
<type name="jQuery">
59+
<desc>A jQuery object to use for the tooltip content.</desc>
60+
</type>
5561
</option>
5662
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
5763
<xi:include href="../includes/widget-option-hide.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>

0 commit comments

Comments
 (0)