X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.TaskMgr.html diff --git a/docs/output/Ext.TaskMgr.html b/docs/output/Ext.TaskMgr.html index 3cf1e6d1..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 = {
@@ -8,126 +8,7 @@
     interval: 1000 //1 second
 }
 Ext.TaskMgr.start(task);
-

See the start method for details about how to configure a task object.



This class is a singleton and cannot be created directly.

Public Properties

PropertyDefined By
  : Object
List compiled by mystix on the extjs.com forums. -Thank you Mystix!
TaskMgr
 Slovak : Object
List compiled by mystix on the extjs.com forums. -Thank you Mystix!
TaskMgr
 indicatorText : Object
Czech Translations -Translated by Tomáš Korčák (72) -2008/02/08 18:02, Ext-2.0.1
TaskMgr
 indicatorText : Object
Finnish Translations - -'ä' should read as lowercase 'a' with two dots on top (ä)
TaskMgr
 indicatorText : Object
Greek (Old Version) Translations by Vagelis -03-June-2007
TaskMgr
 indicatorText : Object
Hebrew Translations -By spartacus (from forums) 06-12-2007
TaskMgr
 indicatorText : Object
Korean Translations By nicetip -05 September 2007 -Modify by techbug / 25 February 2008
TaskMgr
 indicatorText : Object
Latvian Translations -By salix 17 April 2007
TaskMgr
 indicatorText : Object
Norwegian translation (Bokmål: no-NB) -By Tore Kjørsvik 21-January-2008
TaskMgr
 indicatorText : Object
Norwegian translation (Nynorsk: no-NN) -By Tore Kjørsvik 21-January-2008
TaskMgr
 indicatorText : Object
Polish Translations -By vbert 17-April-2007 -Updated by mmar 16-November-2007 -Encoding: utf-8
TaskMgr
 indicatorText : Object
Portuguese/Portugal (pt_PT) Translation -by Nuno Franco da Costa - francodacosta.com -translated from ext-lang-en.js
TaskMgr
 indicatorText : Object
Slovenian translation by Matjaž (UTF-8 encoding) -25 April 2007
TaskMgr
 indicatorText : Object
List compiled by KillerNay on the extjs.com forums. -Thank you KillerNay! -Thailand Translations
TaskMgr
 indicatorText : Object
Vietnamese translation -By bpmtri -12-April-2007 04:06PM
TaskMgr

Public Methods

MethodDefined By