X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/docs/output/Ext.calendar.ReminderField.html diff --git a/examples/docs/output/Ext.calendar.ReminderField.html b/examples/docs/output/Ext.calendar.ReminderField.html new file mode 100644 index 00000000..b63f24a1 --- /dev/null +++ b/examples/docs/output/Ext.calendar.ReminderField.html @@ -0,0 +1,9 @@ +
Properties Methods Events Direct Link

Class Ext.calendar.ReminderField

Package:Ext.calendar
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'

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.
\ No newline at end of file