X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.TaskMgr.html diff --git a/docs/output/Ext.TaskMgr.html b/docs/output/Ext.TaskMgr.html index f1d2322f..cc9a2070 100644 --- a/docs/output/Ext.TaskMgr.html +++ b/docs/output/Ext.TaskMgr.html @@ -1,20 +1,5 @@ -
-
- Properties - Methods - Events - Direct Link -
-

Class Ext.TaskMgr

- - - - - -
Package:Ext
Defined In:TaskMgr.js
Class:TaskMgr
Extends:Object
-
- 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. +
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 = {
     run: function(){
@@ -22,14 +7,24 @@
     },
     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

-
This class has no public methods.
-

Public Events

-
This class has no public events.
-
\ No newline at end of file +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

Public Events

This class has no public events.
\ No newline at end of file