File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
1
2
< html >
2
3
< head >
3
4
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
4
5
< title > Sortmenu 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 " />
6
+ < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/extjs -4.1.1 -gpl/resources/css/ext-all.css " />
7
+ < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/extjs -4.1.1 -gpl/examples/shared/example.css " />
8
+ < link rel ="stylesheet " type ="text/css " href ="http://extjs.cachefly.net/extjs -4.1.1 -gpl/examples/ux/css/CheckHeader.css " />
8
9
< style type ="text/css ">
9
10
.employee-add {
10
- background-image : url ('http://extjs.cachefly.net/ext -4.1.0 -gpl/examples/shared/icons/fam/user_add.gif' ) !important ;
11
+ background-image : url ('http://extjs.cachefly.net/extjs -4.1.1 -gpl/examples/shared/icons/fam/user_add.gif' ) !important ;
11
12
}
12
13
13
14
.employee-remove {
14
- background-image : url ('http://extjs.cachefly.net/ext -4.1.0 -gpl/examples/shared/icons/fam/user_delete.gif' ) !important ;
15
+ background-image : url ('http://extjs.cachefly.net/extjs -4.1.1 -gpl/examples/shared/icons/fam/user_delete.gif' ) !important ;
15
16
}
16
17
</ style >
17
18
</ head >
18
19
< body >
19
20
< h1 > Sortmenu Example</ h1 >
20
21
< p > The js is not minified so it is readable. See < a href ="sortmenu.js "> sortmenu.js</ a > .</ p >
21
- < p > Note: Works with 4.1.0 </ p >
22
+ < p > Note: Works with 4.1.1 </ p >
22
23
< div id ="editor-grid "> </ div >
23
24
< p > </ p >
24
25
< div id ="editor-grid2 "> </ div >
25
- < script type ="text/javascript " src ="http://extjs.cachefly.net/ext -4.1.0 -gpl/bootstrap.js "> </ script >
26
+ < script type ="text/javascript " src ="http://extjs.cachefly.net/extjs -4.1.1 -gpl/bootstrap.js "> </ script >
26
27
< script type ="text/javascript " src ="sortmenu.js "> </ script >
27
28
</ body >
28
29
</ 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/extjs -4.1.1 -gpl/examples/ux/' ,
5
5
'Ext.ux.grid' : '../../ux/grid' ,
6
6
'Ext.ux.grid.plugin' : '../../ux/grid/plugin'
7
7
}
@@ -14,6 +14,7 @@ Ext.require([
14
14
'Ext.state.*' ,
15
15
'Ext.form.*' ,
16
16
'Ext.ux.CheckColumn' ,
17
+ 'Ext.ux.grid.plugin.SortMenu' ,
17
18
'Ext.ux.grid.plugin.RowEditing'
18
19
] ) ;
19
20
You can’t perform that action at this time.
0 commit comments