X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/docs/output/Ext.calendar.CalendarPicker.html?ds=sidebyside diff --git a/examples/docs/output/Ext.calendar.CalendarPicker.html b/examples/docs/output/Ext.calendar.CalendarPicker.html new file mode 100644 index 00000000..a0dc99f0 --- /dev/null +++ b/examples/docs/output/Ext.calendar.CalendarPicker.html @@ -0,0 +1,9 @@ +
Package: | Ext.calendar |
Defined In: | CalendarPicker.js |
Class: | CalendarPicker |
Extends: | Object |
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