Properties Methods Events Direct Link

Class Ext.ensible.cal.ReminderField

Package:Ext.ensible.cal
Defined In:ReminderField.js
Class:ReminderField
Extends:Object

A custom combo used for choosing a reminder setting for an event.

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:

width: 200,
fieldLabel: 'Reminder',
mode: 'local',
triggerAction: 'all',
forceSelection: true,
displayField: 'desc',
valueField: 'value',
noneText: 'None',
atStartTimeText: 'At start time',
reminderValueFormat: '{0} {1} before start'

To customize the descriptions in the dropdown list override the following methods: getMinutesText, getHoursText, getDaysText and getWeeksText.

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.