X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.TaskMgr.html diff --git a/docs/output/Ext.TaskMgr.html b/docs/output/Ext.TaskMgr.html index c5d35893..31af3d34 100644 --- a/docs/output/Ext.TaskMgr.html +++ b/docs/output/Ext.TaskMgr.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link
TaskRunner
  TaskMgr

Class Ext.TaskMgr

Package:Ext
Defined In:TaskMgr.js
Class:TaskMgr
Extends:TaskRunner
A static Ext.util.TaskRunner instance that can be used to start and stop arbitrary tasks. See +
TaskRunner
  TaskMgr

Class Ext.TaskMgr

Package:Ext
Defined In:TaskMgr.js
Class:TaskMgr
Extends:TaskRunner
A static Ext.util.TaskRunner instance that can be used to start and stop arbitrary tasks. See Ext.util.TaskRunner for supported methods and task config properties.
// Start a simple clock task that updates a div once per second
 var task = {
@@ -7,24 +7,29 @@
     },
     interval: 1000 //1 second
 }
-Ext.TaskMgr.start(task);


This class is a singleton and cannot be created directly.

Public Properties

This class has no public properties.

Public Methods

MethodDefined By