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 234c811 commit 33b46e5Copy full SHA for 33b46e5
entries/tooltip.xml
@@ -52,6 +52,12 @@
52
<type name="String">
53
<desc>A string of HTML to use for the tooltip content.</desc>
54
</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
61
</option>
62
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
63
<xi:include href="../includes/widget-option-hide.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
0 commit comments