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.3.1 - Released 11/30/2010
[extjs.git]
/
examples
/
form
/
xml-form.js
diff --git
a/examples/form/xml-form.js
b/examples/form/xml-form.js
index
1e3a6c7
..
197fdad
100644
(file)
--- a/
examples/form/xml-form.js
+++ b/
examples/form/xml-form.js
@@
-1,8
+1,8
@@
/*!
/*!
- * Ext JS Library 3.
1.0
- * Copyright(c) 2006-20
09 Ext JS, LLC
- * licensing@
extjs
.com
- * http://www.
extjs
.com/license
+ * Ext JS Library 3.
3.1
+ * Copyright(c) 2006-20
10 Sencha Inc.
+ * licensing@
sencha
.com
+ * http://www.
sencha
.com/license
*/
Ext.onReady(function(){
*/
Ext.onReady(function(){
@@
-40,10
+40,12
@@
Ext.onReady(function(){
defaultType: 'textfield',
items: [{
fieldLabel: 'First Name',
defaultType: 'textfield',
items: [{
fieldLabel: 'First Name',
+ emptyText: 'First Name',
name: 'first',
width:190
}, {
fieldLabel: 'Last Name',
name: 'first',
width:190
}, {
fieldLabel: 'Last Name',
+ emptyText: 'Last Name',
name: 'last',
width:190
}, {
name: 'last',
width:190
}, {
@@
-95,7
+97,7
@@
Ext.onReady(function(){
text: 'Submit',
disabled:true,
handler: function(){
text: 'Submit',
disabled:true,
handler: function(){
- fs.getForm().submit({url:'xml-errors.xml', waitMsg:'Saving Data...'});
+ fs.getForm().submit({url:'xml-errors.xml', waitMsg:'Saving Data...'
, submitEmptyText: false
});
}
});
}
});