/*!
- * Ext JS Library 3.2.1
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing@extjs.com
- * http://www.extjs.com/license
+ * Ext JS Library 3.3.1
+ * Copyright(c) 2006-2010 Sencha Inc.
+ * licensing@sencha.com
+ * http://www.sencha.com/license
*/
Ext.onReady(function() {
Ext.QuickTips.init();
},
items: [
{
- xtype : 'datefield',
- name : 'startDate',
- fieldLabel: 'Start'
+ xtype: 'datefield',
+ name : 'startDate'
},
{
- xtype : 'datefield',
- name : 'endDate',
- fieldLabel: 'End'
+ xtype: 'datefield',
+ name : 'endDate'
}
]
},