Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41e5d01

Browse files
author
harrydeluxe
committed
update to 4.1.1
1 parent 58f39bf commit 41e5d01

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

example/grid/propertygrid.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
34
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
45
<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" />
89
</head>
910
<body>
1011
<h1>Grouping Property Grid Example</h1>
1112
<p>With some usefull features.</p>
1213
<p>The js is not minified so it is readable. See <a href="propertygrid.js">propertygrid.js</a>.</p>
1314
<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>
1516
<script type="text/javascript" src="propertygrid.js"></script>
1617
</body>
1718
</html>

example/grid/propertygrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Ext.Loader.setConfig({
22
enabled: true,
33
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/',
55
'Ext.ux.grid.property': '../../ux/grid/property',
66
'Ext.ux.grid.plugin': '../../ux/grid/plugin',
77
'Ext.ux.form.field': '../../ux/form/field'

0 commit comments

Comments
 (0)