X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.TaskMgr.html diff --git a/docs/output/Ext.TaskMgr.html b/docs/output/Ext.TaskMgr.html index f1d2322f..3cf1e6d1 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,148 @@
     },
     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); +

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.
\ No newline at end of file