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 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(){
        Ext.fly('clock').update(new Date().format('g:i:s A'));
    },
    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

Public Events

This class has no public events.