Posted 15 October 2019, 4:21 am EST
Hello,
is this the correct usage:
<span [wjTooltip]=“someProperty” hideDelay=“5000”>
Because it seems like the hideDelay doesnt work…
Forums Home / Wijmo / General Discussion
Posted by: mary431982 on 15 October 2019, 4:21 am EST
Posted 15 October 2019, 4:21 am EST
Hello,
is this the correct usage:
<span [wjTooltip]=“someProperty” hideDelay=“5000”>
Because it seems like the hideDelay doesnt work…
Posted 15 October 2019, 5:58 am EST
Hi Mary,
The wjTooltip directive is only used when you have to set a simple tooltip. If you wish to add properties like hideDelay, you will need to use the setTooltip method. Refer to the link below for a demonstration:
https://www.grapecity.com/wijmo/demos/Core/Tooltips/purejs
Regards,
Ashwin
Posted 21 October 2019, 3:52 am EST
Thanx!!