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

Class Ext.calendar.EventEditForm

Package:Ext.calendar
Defined In:EventEditForm.js
Class:EventEditForm
Extends:Object

A custom form used for detailed editing of events.

+

This is pretty much a standard form that is simply pre-configured for the options needed by the +calendar components. It is also configured to automatically bind records of type Ext.calendar.EventRecord +to and from the form.

+

This form also provides custom events specific to the calendar so that other calendar components can be easily +notified when an event has been edited via this component.

+

The default configs are as follows:

labelWidth: 65,
+    title: 'Event Form',
+    titleTextAdd: 'Add Event',
+    titleTextEdit: 'Edit Event',
+    bodyStyle: 'background:transparent;padding:20px 20px 10px;',
+    border: false,
+    buttonAlign: 'center',
+    autoHeight: true,
+    cls: 'ext-evt-edit-form',

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

EventDefined By
\ No newline at end of file