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 30f006d commit 5f857c7Copy full SHA for 5f857c7
entries/tooltip.xml
@@ -59,6 +59,12 @@
59
<type name="String">
60
<desc>A string of HTML to use for the tooltip content.</desc>
61
</type>
62
+ <type name="Element">
63
+ <desc>A DOM element to use for the tooltip content.</desc>
64
+ </type>
65
+ <type name="jQuery">
66
+ <desc>A jQuery object to use for the tooltip content.</desc>
67
68
</option>
69
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
70
<xi:include href="../includes/widget-option-hide.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
0 commit comments