PDA

View Full Version : COmbo timeout possible?



noname
18 Feb 2008, 7:47 AM
Hi all,

I have few ext combos working fine,
I want to put a timeout for the store. ie if the store is not loaded/dropdown is not populated within a time , I want to show some message. Is there any attribute for combo to specify the timeout?

RWaters
23 Feb 2008, 7:29 AM
There's not a built-in way to do this as it's not a very common use. You could certainly attach a couple event handlers that start up a timer.

For the initial timer I would look at the 'render' event, then perhaps reset the timer from the 'expand' event.