3 * Copyright(c) 2006-2010 Sencha Inc.
5 * http://www.sencha.com/license
7 Ext.onReady(function() {
8 var form = new Ext.form.FormPanel({
14 align: 'stretch' // Child items are stretched to full width
22 store: ['test@example.com', 'someone-else@example.com' ],
23 plugins: [ Ext.ux.FieldReplicator, Ext.ux.FieldLabeler ],
24 fieldLabel: 'Send To',
27 plugins: [ Ext.ux.FieldLabeler ],
28 fieldLabel: 'Subject',
32 fieldLabel: 'Message text',
35 flex: 1 // Take up all *remaining* vertical space
39 var w = new Ext.Window({
40 title: 'Compose message',
49 bodyStyle: 'padding:5px;',
50 buttonAlign: 'center',