Skip to content

Commit 1fe6736

Browse files
committed
Tooltip: Theming docs.
1 parent 66e3459 commit 1fe6736

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

entries/tooltip.xml

+11
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717

1818
<p>In general, disabled elements do not trigger any DOM events. Therefore, it is not possible to properly control tooltips for disabled elements, since we need to listen to events to determine when to show and hide the tooltip. As a result, jQuery UI does not guarantee any level of support for tooltips attached to disabled elements. Unfortunately, this means that if you require tooltips on disabled elements, you may end up with a mixture of native tooltips and jQuery UI tooltips.</p>
1919

20+
<xi:include href="../includes/widget-theming.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
21+
22+
<ul>
23+
<li>
24+
<code>ui-tooltip</code>: The outer container for the tooltip.
25+
<ul>
26+
<li><code>ui-tooltip-content</code>: The content of the tooltip.</li>
27+
</ul>
28+
</li>
29+
</ul>
30+
2031
<h3>Dependencies</h3>
2132
<ul>
2233
<li><a href="/category/ui-core/">UI Core</a></li>

0 commit comments

Comments
 (0)