You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/tooltip.xml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -62,22 +62,16 @@
62
62
<methods>
63
63
<methodname="close">
64
64
<desc>
65
-
Closes a tooltip. If the widget's element is the target, the event argument is optional. Otherwise you have to pass an event object with the <code>currentTarget</code> property pointing at the target.
65
+
Closes a tooltip. This is only intended to be called for non-delegated tooltips.
Programmatically open a tooltip. If the widget's element is the target, the event argument is optional. Otherwise you have to pass an event object with the <code>currentTarget</code> property pointing at the target.
73
+
Programmatically open a tooltip. This is only intended to be called for non-delegated tooltips.
0 commit comments