-
Unanswered: Ext.defer - It's possible to cancel?
Unanswered: Ext.defer - It's possible to cancel?
Hello everyone.
My app has one part that calls Ext.defer sometimes.
Everything is working, but I need to know if it's possible to cancel a previous defer call?
On my app there is a specific action that need's to cancel the previous defer called.
Is that possible?
Thanks
-
Sencha User
Returns
- NumberThe timeout id that can be used with clearTimeout
so
var timeoutId = Ext.defer(....);
clearTimeout( timeoutId );
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us