Skip to content

Commit ee683f8

Browse files
committed
[add] a draft for delayShow/Hide functions of the tooltips extension
1 parent c30cbfb commit ee683f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/desktop/tooltips.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ removes tooltip. As a parameter the method takes:
109109

110110
- **selector** - (*string*) the CSS selector of a Gantt element
111111

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+
112123

113124

114125
Tooltips for different elements

0 commit comments

Comments
 (0)