Properties Methods Events Direct Link

Class Ext.calendar.CalendarPicker

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

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.