Tuesday, June 30, 2015
ExtJS - What is Ext.defer?
Ext.defer or Ext.function.defer is a function similar to javascript setTimeout function.
Ext.defer(function() {
alert('Hi')
}, 1000) ;
The function given in the defer will be executed after the number of millisecond specified.
Below are the arguments for Ext.defer
Ext.defer( fn, millis, [scope], [args], [appendArgs] )
Subscribe to:
Post Comments (Atom)
AWS Interview Questions and Answers
Sure! Here are the answers to the **AWS Services and Cloud Infrastructure** questions: ### **AWS Services and Cloud Infrastructure (50 Ques...
-
Javascript prototype is quite fuzzy word for javascript developers in the beginning. Prototype is the property which is available for all...
-
Ext.defer or Ext.function.defer is a function similar to javascript setTimeout function. Ext. defer (function() { alert('H...
-
In Javascript world the things are always confused. The most confused and made complicated feature is closure. But the truth is Javascrip...
1 comment:
Thanks for sharing, I will bookmark and be back again.
Angularjs 2 Development Company
Post a Comment