Microsoft Dot Net
Translate
Tuesday, May 26, 2015
Extjs TaskRunner Example (Extjs delay)
function
ConsoleWrite
() {
console
.
log
(
Ext
.
Date
.
format
(
new
Date(),
'g:i:s A'
))
}
var
runner
=
new
Ext
.util.TaskRunner();
runner
.
start
({
run
:
ConsoleWrite
,
interval
:
1000
});
You will see something like this in the chrome F12 tools console
No comments:
Post a Comment
Comments will appear once they have been approved by the moderator
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Comments will appear once they have been approved by the moderator