File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
< head >
3
3
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
4
4
< title > Grid Form Example</ title >
5
- < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/ext-4.1.0 -gpl/resources/css/ext-all.css " />
6
- < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/ext-4.1.0 -gpl/examples/shared/example.css " />
7
- < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/ext-4.1.0 -gpl/examples/ux/css/CheckHeader.css " />
5
+ < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/ext-4.1.1 -gpl/resources/css/ext-all.css " />
6
+ < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/ext-4.1.1 -gpl/examples/shared/example.css " />
7
+ < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/ext-4.1.1 -gpl/examples/ux/css/CheckHeader.css " />
8
8
< style type ="text/css ">
9
9
.employee-add {
10
- background-image : url ('http://extjs.cachefly.net/ext-4.1.0 -gpl/examples/shared/icons/fam/user_add.gif' ) !important ;
10
+ background-image : url ('http://extjs.cachefly.net/ext-4.1.1 -gpl/examples/shared/icons/fam/user_add.gif' ) !important ;
11
11
}
12
12
13
13
.employee-remove {
14
- background-image : url ('http://extjs.cachefly.net/ext-4.1.0 -gpl/examples/shared/icons/fam/user_delete.gif' ) !important ;
14
+ background-image : url ('http://extjs.cachefly.net/ext-4.1.1 -gpl/examples/shared/icons/fam/user_delete.gif' ) !important ;
15
15
}
16
16
</ style >
17
17
</ head >
18
18
< body >
19
19
< h1 > Grid Form Example</ h1 >
20
20
< p > The js is not minified so it is readable. See < a href ="grid.js "> grid.js</ a > .</ p >
21
- < p > Note: Works with 4.1.0 </ p >
21
+ < p > Note: Works with 4.1.1 </ p >
22
22
< div id ="editor-grid "> </ div >
23
- < script type ="text/javascript " src ="http://extjs.cachefly.net/ext-4.1.0 -gpl/ext-all-debug-w-comments .js "> </ script >
23
+ < script type ="text/javascript " src ="http://extjs.cachefly.net/ext-4.1.1 -gpl/bootstrap .js "> </ script >
24
24
< script type ="text/javascript " src ="grid.js "> </ script >
25
25
</ body >
26
26
</ html >
Original file line number Diff line number Diff line change 1
1
Ext . Loader . setConfig ( {
2
2
'enabled' : true ,
3
3
'paths' : {
4
- 'Ext.ux' : 'http://extjs.cachefly.net/ext-4.1.0 -gpl/examples/ux/' ,
4
+ 'Ext.ux' : 'http://extjs.cachefly.net/ext-4.1.1 -gpl/examples/ux/' ,
5
5
'Ext.ux.grid.plugin' : '../../ux/grid/plugin' ,
6
6
'Ext.ux.form.field' : '../../ux/form/field'
7
7
}
@@ -139,6 +139,7 @@ Ext.onReady(function()
139
139
bodyStyle : 'padding:5px 5px 0' ,
140
140
width : 600 ,
141
141
height : 400 ,
142
+ waitMsgTarget : true ,
142
143
143
144
items : [ {
144
145
xtype : 'fieldset' ,
You can’t perform that action at this time.
0 commit comments