/**
 * An edit form implementation for data used with {@link Ext.calendar.model.Event}.
 */
Ext.define('Ext.calendar.form.Edit', {
    extend: 'Ext.calendar.form.Form',
    xtype: 'calendar-form-edit',
 
    //<locale> 
    /**
     * @cfg {String} title 
     * The title for the dialog.
     */
    title: 'Edit Event'
    //</locale> 
});