3 * Copyright(c) 2006-2009 Ext JS, LLC
5 * http://www.extjs.com/license
7 Ext.onReady(function() {
\r
8 var form = new Ext.form.FormPanel({
\r
11 url:'save-form.php',
\r
12 defaultType: 'textfield',
\r
15 fieldLabel: 'Send To',
\r
17 anchor:'100%' // anchor width by percentage
\r
19 fieldLabel: 'Subject',
\r
21 anchor: '100%' // anchor width by percentage
\r
26 anchor: '100% -53' // anchor width by percentage and height by raw adjustment
\r
30 var window = new Ext.Window({
\r
38 bodyStyle:'padding:5px;',
\r
39 buttonAlign:'center',
\r