code
stringlengths
1
2.08M
language
stringclasses
1 value
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ // generates a renderer function to be used for textual date groups Ext.util.Format.createTextDateRenderer = function(){ // create the cache of ranges to be reused var today =...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ tx.Exporter = function(){ var lists = tx.data.conn.query('select * from list'); var doc = new runtime.flash.xml.XMLDocument(); var root = doc.createElement('simple-tasks'); ...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.SwitchButton = Ext.extend(Ext.Component, { initComponent : function(){ Ext.SwitchButton.superclass.initComponent.call(this); var mc = new Ext.util.MixedCollection(); m...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ tx.data.ListStore = Ext.extend(Ext.data.Store, { constructor: function(){ tx.data.ListStore.superclass.constructor.call(this, { sortInfo:{field: 'listName', direction: "...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * Makes a ComboBox more closely mimic an HTML SELECT. Supports clicking and dragging * through the list, with item selection occurring when the mouse button is released. * Whe...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ // Grid column plugin that does the complete/active button in the left-most column CompleteColumn = function(){ var grid; function getRecord(t){ var index = grid.ge...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /* AIRAliases.js - Revision: 0.15 */ // Copyright (c) 2007. Adobe Systems Incorporated. // All rights reserved. // // Redistribution and use in source and binary forms, with or wit...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.onReady(function(){ var win = window.nativeWindow; var opener = Ext.air.NativeWindow.getRootHtmlWindow(); var d = new Date().clearTime(true); d = d.add('mi', opener.Ext.st...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.onReady(function(){ var win = window.nativeWindow; var opener = Ext.air.NativeWindow.getRootHtmlWindow(); var taskId = String(window.location).split('=')[1]; var store = o...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /* * Ext JS Library 2.0.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.namespace('Ext.air', 'Ext.sql'); Ext.Templ...
JavaScript
<?xml version="1.0" encoding="utf-8"?> <project path="" name="Ext - JS Lib" author="Ext JS, LLC" version="2.0.1" copyright="Ext JS Library $version&#xD;&#xA;Copyright(c) 2006-2008, $author.&#xD;&#xA;licensing@extjs.com&#xD;&#xA;&#xD;&#xA;http://extjs.com/license" output="$project\..\samples\tasks\ext-air\resources\" ...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /* * Ext JS Library 2.0.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.namespace('Ext.air', 'Ext.sql'); Ext.Templ...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ // Initialize the state provider Ext.state.Manager.setProvider(new Ext.air.FileProvider({ file: 'tasks.state', // if first time running defaultState : { mainWindow : { widt...
JavaScript
/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.onReady(function(){ Ext.QuickTips.init(); var win = window.nativeWindow; var opener = Ext.air.NativeWindow.getRootHtmlWindow(); var taskId = String(window.location...
JavaScript
/* * German translation * By schmidetzki and humpdi * 04-07-2007 * Updated by wm003 10-31-2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Übertrage Daten ...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.d...
JavaScript
/** * Polish Translations * By vbert 17-April-2007 * Updated by mmar 16-November-2007 * Encoding: utf-8 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Wczytywanie danych...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel....
JavaScript
/* * Ext JS Library 2.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * Portuguese/Brazil Translation by Weber Souza * 08 April 2007 * Updated by Allan Brazute Alves (EthraZa) * 06 September 2007 * Updated by Leonardo Lima * 05 March 2008 * Updated by Jul...
JavaScript
/** * Swedish translation (utf8-encoding) * By Erik Andersson, Monator Technologies * 24 April 2007 * Changed by Cariad, 29 July 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Laddar...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ E...
JavaScript
/* * Simplified Chinese translation * By DavidHu * 09 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">加载中...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} 选择行"; } if(Ext.TabPanelItem){ ...
JavaScript
/** * Bulgarian Translation * * By Георги Костадинов, Калгари, Канада * 10 October 2007 * By Nedko Penev * 26 October 2007 * * (utf-8 encoding) */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Зареждане...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid...
JavaScript
/* * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * Dutch Translations * by Ido Sebastiaan Bas van Oostveen (12 Oct 2007) */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Bezig met laden...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ''; } ...
JavaScript
/* * Ext JS Library 2.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * Greek translation * By thesilentman (utf8 encoding) * 27 Apr 2008 * * Changes since previous (second) Version: * + added Date.shortMonthNames * + added Date.getShortMonthName * + ...
JavaScript
/** * Lithuanian Translations (UTF-8) * By Vladas Saulis, October 18, 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Kraunasi...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} pažymėta"; } if(Ex...
JavaScript
/** * Czech Translations * Translated by Tomáš Korčák (72) * 2008/02/08 18:02, Ext-2.0.1 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Prosím čekejte...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "...
JavaScript
/* * Spanish/Latin American Translation by genius551v 04-08-2007 * Revised by efege, 2007-04-15. * Revised by Rafaga2k 10-01-2007 (mm/dd/yyyy) * Revised by FeDe 12-13-2007 (mm/dd/yyyy) */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Cargando...</div>'; if(Ext.View){ Ext.View.prot...
JavaScript
/* * Japanese translation * By tyama * 04-08-2007, 05:49 AM */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">読み込み中...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} 行選択"; } if(Ext.TabPanelItem){ Ext...
JavaScript
/* * Serbian Latin Translation * by Atila Hajnal (latin, utf8 encoding) * sr * 14 Sep 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Učitavam...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = "Ne postoji ni jedan slog"; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel...
JavaScript
/** * List compiled by KillerNay on the extjs.com forums. * Thank you KillerNay! * * Thailand Translations */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">¡ÓÅѧâËÅŽ...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototyp...
JavaScript
/** * * Norwegian translation (Nynorsk: no-NN) * By Tore Kjørsvik 21-January-2008 * */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Lastar...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} markert(...
JavaScript
/* * Farsi (Persian) translation * By Mohaqa * 03-10-2007, 06:23 PM */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">در حال بارگذاری ...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} رکورد انتخاب شد...
JavaScript
/** * Romanian translations for ExtJS 2.1 * First released by Lucian Lature on 2007-04-24 * Changed locale for Romania (date formats) as suggested by keypoint * on ExtJS forums: http://www.extjs.com/forum/showthread.php?p=129524#post129524 * Removed some useless parts * Changed by: Emil Cazamir, 2008-04-24 */ E...
JavaScript
/* * Ukrainian translation * By zlatko (utf-8 encoding) * 3 October 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Триває завантаження...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} вибран...
JavaScript
/* * Traditional Chinese translation * By hata1234 * 09 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">讀取中...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "選擇了 {0} 行"; } if(Ext.TabPanel...
JavaScript
/* * Russian translation * By ZooKeeper (utf-8 encoding) * 6 November 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Идет загрузка...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} выбранных ст...
JavaScript
/* * Portuguese/Brazil Translation by Weber Souza * 08 April 2007 * Updated by Allan Brazute Alves (EthraZa) * 06 September 2007 * Adapted to European Portuguese by Helder Batista (hbatista) * 31 January 2008 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregando...</div>'; if...
JavaScript
/* * Croatian translation * By Ylodi (utf8 encoding) * 8 May 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Učitavanje...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} odabranih redova"; } ...
JavaScript
/** * Korean Translations By nicetip * 05 September 2007 * Modify by techbug / 25 February 2008 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">로딩중...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} ...
JavaScript
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! */ /** * Vietnamese translation * By bpmtri * 12-April-2007 04:06PM */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Đang tải...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.G...
JavaScript
/** * Greek (Old Version) Translations by Vagelis * 03-June-2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Öüñôùóç...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} åðéëåãìÝíç(åò) ãñáììÞ(Ýò)"; ...
JavaScript
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! */ /* Slovak Translation by Michal Thomka * 14 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Nahrávam...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPane...
JavaScript
/* * Macedonia translation * By PetarD petar.dimitrijevic@vorteksed.com.mk (utf8 encoding) * 23 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Вчитувам...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototyp...
JavaScript
/** * Catalonian Translation by halkon_polako 6-12-2007 * December correction halkon_polako 11-12-2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregant...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddTe...
JavaScript
/** * Latvian Translations * By salix 17 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Notiek ielāde...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} iezīmētu rindu"; } if(Ext.TabPanel...
JavaScript
/* * France (France) translation * By Thylia * 09-11-2007, 02:22 PM */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">En cours de chargement...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} ligne(s)...
JavaScript
/* * Serbian Cyrillic Translation * by Čolovic Vladan (cyrillic, utf8 encoding) * sr_RS (ex: sr_CS, sr_YU) * 12 May 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Учитавам...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.Gr...
JavaScript
/* * Danish translation * By JohnF * 04-09-2007, 05:28 AM * * Extended and modified by Karl Krukow, * December, 2007. */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Henter...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.Grid...
JavaScript
/* * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * Afrikaans Translations * by Thys Meintjes (20 July 2007) */ /* Ext Core translations */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Besig om te laai...</div>'; /* Ext single string translations */ if(Ext...
JavaScript
/** * Pedoman translasi: * http://id.wikisource.org/wiki/Panduan_Pembakuan_Istilah,_Pelaksanaan_Instruksi_Presiden_Nomor_2_Tahun_2001_Tentang_Penggunaan_Komputer_Dengan_Aplikasi_Komputer_Berbahasa_Indonesia *Original source: http://vlsm.org/etc/baku-0.txt * by Farid GS * farid [at] pulen.net * 10:13 04 Desember 2...
JavaScript
/* * Ext JS Library 2.1 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * Hungarian Translations (utf-8 encoded) * by Amon <amon@theba.hu> (27 Apr 2008) */ Ext.UpdateManager.defaults....
JavaScript
/** * Slovenian translation by Matjaž (UTF-8 encoding) * 25 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Nalagam...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} izbranih vrstic"; } i...
JavaScript
/** * * Norwegian translation (Bokmål: no-NB) * By Tore Kjørsvik 21-January-2008 * */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Laster...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} markert(e...
JavaScript
/* * France (Canadian) translation * By BernardChhun * 04-08-2007, 03:07 AM */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">En cours de chargement...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText = "{0} ...
JavaScript
/* * Italian translation * By eric_void * 04-10-2007, 11:25 AM * Updated by Federico Grilli 21/12/2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Caricamento in corso...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPane...
JavaScript
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * English (UK) Translations */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Loading...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype....
JavaScript
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * Turkish translation by Alper YAZGAN * 2008-01-24 , 10:29 AM */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Yükleniyor ...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPa...
JavaScript
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * English Translations */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Loading...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ Ext.grid.GridPanel.prototype.ddText ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /* * These classes are derivatives of the similarly named classes in the YUI Library. * The original license: * Copyright (c) 2006, Yahoo! Inc. All rights reserved. * Code license...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.DragSource * @extends Ext.dd.DDProxy * A simple class that provides the basic implementation needed to make any element draggable. * @constructor * @param {M...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.ScrollManager * <p>Provides automatic scrolling of overflow regions in the page during drag operations.</p> * <p>The ScrollManager configs will be used as the de...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.StatusProxy * A specialized drag proxy that supports a drop status icon, {@link Ext.Layer} styles and auto-repair. This is the * default drag proxy used by all ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.DropTarget * @extends Ext.dd.DDTarget * A simple class that provides the basic implementation needed to make any element a drop target that can have * draggabl...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.dd.DragTracker = function(config){ Ext.apply(this, config); this.addEvents( 'mousedown', 'mouseup', 'mousemove', 'dragstart', 'd...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.DropZone * @extends Ext.dd.DropTarget * This class provides a container DD instance that proxies for multiple child node targets.<br /> * By default, this clas...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.Registry * Provides easy access to all drag drop components that are registered on a page. Items can be retrieved either * directly by DOM node id, or by passin...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.dd.DragZone * @extends Ext.dd.DragSource * This class provides a container DD instance that proxies for multiple child node sources.<br /> * By default, this clas...
JavaScript
<?xml version="1.0" encoding="utf-8"?> <project path="" name="Ext - JS Lib" author="Ext JS, LLC" version="2.2" copyright="Ext JS Library $version&#xD;&#xA;Copyright(c) 2006-2008, $author.&#xD;&#xA;licensing@extjs.com&#xD;&#xA;&#xD;&#xA;http://extjs.com/license" output="C:\apps\www\deploy\ext-2.2\" source="True" sourc...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.Tree * @extends Ext.util.Observable * Represents a tree data structure and bubbles all the events for its nodes. The nodes * in the tree have most standard D...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.DataProxy * @extends Ext.util.Observable * This class is an abstract base class for implementations which provide retrieval of * unformatted data objects.<br...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.Store * @extends Ext.util.Observable * The Store class encapsulates a client side cache of {@link Ext.data.Record Record} * objects which provide input data for ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ // private // Field objects are not intended to be created directly, but are created // behind the scenes when defined for Record objects. See Record.js for details. Ext.data.Field = ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.MemoryProxy * @extends Ext.data.DataProxy * An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor * to the Reader ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.XmlReader * @extends Ext.data.DataReader * Data reader class to create an Array of {@link Ext.data.Record} objects from an XML document * based on mappings in a ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.StoreMgr * @extends Ext.util.MixedCollection * The default global group of stores. * @singleton */ Ext.StoreMgr = Ext.apply(new Ext.util.MixedCollection(), { /**...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.SortTypes * @singleton * Defines the default sorting (casting?) comparison functions used when sorting data. */ Ext.data.SortTypes = { /** * De...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.JsonStore * @extends Ext.data.Store * Small helper class to make creating Stores for remotely-loaded JSON data easier. JsonStore is pre-configured * with a built...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.Connection * @extends Ext.util.Observable * <p>The class encapsulates a connection to the page's originating domain, allowing requests to be made * either to a c...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.SimpleStore * @extends Ext.data.Store * Small helper class to make creating Stores from Array data easier. * @cfg {Number} id The array index of the record id. L...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.JsonReader * @extends Ext.data.DataReader * Data reader class to create an Array of {@link Ext.data.Record} objects from a JSON response * based on mappings in a...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.ArrayReader * @extends Ext.data.JsonReader * Data reader class to create an Array of {@link Ext.data.Record} objects from an Array. * Each element of that Array ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.DataReader * Abstract base class for reading structured data from a data source and converting * it into an object containing {@link Ext.data.Record} objects a...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.GroupingStore * @extends Ext.data.Store * A specialized store implementation that provides for grouping records by one of the available fields. * @constructo...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.HttpProxy * @extends Ext.data.DataProxy * An implementation of {@link Ext.data.DataProxy} that reads a data object from a {@link Ext.data.Connection Connection...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.data.ScriptTagProxy * @extends Ext.data.DataProxy * An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain * other t...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.Window * @extends Ext.Panel * A specialized panel intended for use as an application window. Windows are floated and draggable by default, and * also provide specifi...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.Item * @extends Ext.menu.BaseItem * A base class for all menu items that require menu-related functionality (like sub-menus) and are not static * display items. ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.ColorMenu * @extends Ext.menu.Menu * A menu containing a {@link Ext.menu.ColorItem} component (which provides a basic color picker). * @constructor * Creates a ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.DateItem * @extends Ext.menu.Adapter * A menu item that wraps the {@link Ext.DatePicker} component. * @constructor * Creates a new DateItem * @param {Object} c...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.TextItem * @extends Ext.menu.BaseItem * Adds a static text string to a menu, usually used as either a heading or group separator. * @constructor * Creates a new...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.MenuMgr * Provides a common registry of all menu items on a page so that they can be easily accessed by id. * @singleton */ Ext.menu.MenuMgr = function(){ var...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.CheckItem * @extends Ext.menu.Item * Adds a menu item that contains a checkbox by default, but can also be part of a radio group. * @constructor * Creates a new...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.Menu * @extends Ext.util.Observable * A menu object. This is the container to which you add all other menu items. Menu can also serve as a base class * when yo...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.DateMenu * @extends Ext.menu.Menu * A menu containing a {@link Ext.menu.DateItem} component (which provides a date picker). * @constructor * Creates a new DateM...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.BaseItem * @extends Ext.Component * The base class for all items that render into menus. BaseItem provides default rendering, activated state * management and b...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.ColorItem * @extends Ext.menu.Adapter * A menu item that wraps the {@link Ext.ColorPalette} component. * @constructor * Creates a new ColorItem * @param {Objec...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.Adapter * @extends Ext.menu.BaseItem * A base utility class that adapts a non-menu component so that it can be wrapped by a menu item and added to a menu. * It p...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.menu.Separator * @extends Ext.menu.BaseItem * Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will * add one of these by us...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.Container * @extends Ext.BoxComponent * <p>Base class for any {@link Ext.BoxComponent} that can contain other components. This class is intended * to be extended and ...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.DatePicker * @extends Ext.Component * Simple date picker class. * @constructor * Create a new DatePicker * @param {Object} config The config object */ Ext....
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.ProgressBar * @extends Ext.BoxComponent * <p>An updateable progress bar component. The progress bar supports two different modes: manual and automatic.</p> * <p>...
JavaScript
/* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.ComponentMgr * <p>Provides a registry of all Components (specifically subclasses of * {@link Ext.Component}) on a page so that they can be easily accessed by * compon...
JavaScript