Package: | Ext.ensible.cal |
Defined In: | CalendarCombo.js |
Class: | CalendarCombo |
Extends: | Object |
A custom combo used for choosing from the list of available calendars to assign an event to. You must pass a populated calendar store as the store config or the combo will not work.
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',
triggerAction: 'all',
mode: 'local',
forceSelection: true,
width: 200