X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/calendar/src/widgets/CalendarPicker.js diff --git a/examples/calendar/src/widgets/CalendarPicker.js b/examples/calendar/src/widgets/CalendarPicker.js deleted file mode 100644 index 240e0878..00000000 --- a/examples/calendar/src/widgets/CalendarPicker.js +++ /dev/null @@ -1,66 +0,0 @@ -/*! - * Ext JS Library 3.3.0 - * Copyright(c) 2006-2010 Ext JS, Inc. - * licensing@extjs.com - * http://www.extjs.com/license - */ -/** - * @class Ext.calendar.CalendarPicker - * @extends Ext.form.ComboBox - *
A custom combo used for choosing from the list of available calendars to assign an event to.
- *This is pretty much a standard combo that is simply pre-configured for the options needed by the - * calendar components. The default configs are as follows:
- fieldLabel: 'Calendar',
- valueField: 'CalendarId',
- displayField: 'Title',
- triggerAction: 'all',
- mode: 'local',
- forceSelection: true,
- width: 200
-
- * @constructor
- * @param {Object} config The config object
- */
-Ext.calendar.CalendarPicker = Ext.extend(Ext.form.ComboBox, {
- fieldLabel: 'Calendar',
- valueField: 'CalendarId',
- displayField: 'Title',
- triggerAction: 'all',
- mode: 'local',
- forceSelection: true,
- width: 200,
-
- // private
- initComponent: function() {
- Ext.calendar.CalendarPicker.superclass.initComponent.call(this);
- this.tpl = this.tpl ||
- '