/** * 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', /** * @cfg {String} title * The title for the dialog. * @locale */ title: 'Edit Event'});