/*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
-Ext.Container.prototype.bufferResize = false;\r
-\r
Ext.onReady(function() {\r
var form = new Ext.form.FormPanel({\r
baseCls: 'x-plain',\r
},\r
\r
items: [{\r
+ xtype: 'combo',\r
+ store: ['test@example.com', 'someone-else@example.com' ],\r
plugins: [ Ext.ux.FieldReplicator, Ext.ux.FieldLabeler ],\r
fieldLabel: 'Send To',\r
name: 'to'\r
}]\r
});\r
\r
- var window = new Ext.Window({\r
+ var w = new Ext.Window({\r
title: 'Compose message',\r
collapsible: true,\r
maximizable: true,\r
text: 'Cancel'\r
}]\r
});\r
- window.show();\r
+ w.show();\r
});
\ No newline at end of file