File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
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 > Grouping Property Grid 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
</ head >
9
10
< body >
10
11
< h1 > Grouping Property Grid Example</ h1 >
11
12
< p > With some usefull features.</ p >
12
13
< p > The js is not minified so it is readable. See < a href ="propertygrid.js "> propertygrid.js</ a > .</ p >
13
14
< div id ="editor-grid "> </ div >
14
- < script type ="text/javascript " src ="http://extjs.cachefly.net/ext -4.1.0 -gpl/bootstrap.js "> </ script >
15
+ < script type ="text/javascript " src ="http://extjs.cachefly.net/extjs -4.1.1 -gpl/bootstrap.js "> </ script >
15
16
< script type ="text/javascript " src ="propertygrid.js "> </ script >
16
17
</ body >
17
18
</ 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.property' : '../../ux/grid/property' ,
6
6
'Ext.ux.grid.plugin' : '../../ux/grid/plugin' ,
7
7
'Ext.ux.form.field' : '../../ux/form/field'
You can’t perform that action at this time.
0 commit comments