git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git]
/
examples
/
form
/
vbox-form.js
diff --git
a/examples/form/vbox-form.js
b/examples/form/vbox-form.js
index
8fe6c0e
..
db7e052
100644
(file)
--- a/
examples/form/vbox-form.js
+++ b/
examples/form/vbox-form.js
@@
-1,11
+1,9
@@
/*!
/*!
- * 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
*/
* 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
Ext.onReady(function() {
\r
var form = new Ext.form.FormPanel({
\r
baseCls: 'x-plain',
\r
@@
-20,6
+18,8
@@
Ext.onReady(function() {
},
\r
\r
items: [{
\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
plugins: [ Ext.ux.FieldReplicator, Ext.ux.FieldLabeler ],
\r
fieldLabel: 'Send To',
\r
name: 'to'
\r
@@
-36,7
+36,7
@@
Ext.onReady(function() {
}]
\r
});
\r
\r
}]
\r
});
\r
\r
- var w
indow
= new Ext.Window({
\r
+ var w = new Ext.Window({
\r
title: 'Compose message',
\r
collapsible: true,
\r
maximizable: true,
\r
title: 'Compose message',
\r
collapsible: true,
\r
maximizable: true,
\r
@@
-55,5
+55,5
@@
Ext.onReady(function() {
text: 'Cancel'
\r
}]
\r
});
\r
text: 'Cancel'
\r
}]
\r
});
\r
- w
indow
.show();
\r
+ w.show();
\r
});
\ No newline at end of file
});
\ No newline at end of file