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 c30cbfb commit ee683f8Copy full SHA for ee683f8
data/desktop/tooltips.md
@@ -109,6 +109,17 @@ removes tooltip. As a parameter the method takes:
109
110
- **selector** - (*string*) the CSS selector of a Gantt element
111
112
+<h4 id="delayShow">gantt.ext.tooltips.delayShow()</h4>
113
+
114
+sets the delay before showing a tooltip. As parameters the method takes:
115
116
+- **event** - (*Event*) a native mouse event
117
+- **tooltipText** - (*string*) the text of the tooltip
118
119
+<h4 id="delayHide">gantt.ext.tooltips.delayHide()</h4>
120
121
+sets the delay before hiding a tooltip
122
123
124
125
Tooltips for different elements
0 commit comments