search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to use showAfter bubble property

Asked by Ivan
6 years ago.

Hi, I'm using daypilot for web forms. How can I use showAfter property in DayPilot.Bubble. I set 2000 (ms) to test but when I hover on cell, its does not wait 2 seconds. I need configure something more?

My Code:

<DayPilot:DayPilotBubble
ID="DpsBubble"
runat="server"
ShowLoadingLabel="True"
ShowAfter="2000"
Corners="Rounded"
Position="EventTop" />

Comment posted by Anonymous
6 years ago.

I did a debug in javascript code and the showAfter property is filled with 2000 ms but OnMouseOver function do not respecting the timeout in line DayPilotBubble.timeout = window.setTimeout($L($q), this.showAfter).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.