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

Skip to content

Commit c75f90c

Browse files
author
harrydeluxe
committed
update to 4.1.1
1 parent 39953dc commit c75f90c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

example/form/grid.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<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" />
88
<style type="text/css">
99
.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;
1111
}
1212

1313
.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;
1515
}
1616
</style>
1717
</head>
1818
<body>
1919
<h1>Grid Form Example</h1>
2020
<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>
2222
<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>
2424
<script type="text/javascript" src="grid.js"></script>
2525
</body>
2626
</html>

example/form/grid.js

Lines changed: 2 additions & 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/ext-4.1.1-gpl/examples/ux/',
55
'Ext.ux.grid.plugin': '../../ux/grid/plugin',
66
'Ext.ux.form.field': '../../ux/form/field'
77
}
@@ -139,6 +139,7 @@ Ext.onReady(function()
139139
bodyStyle: 'padding:5px 5px 0',
140140
width: 600,
141141
height: 400,
142+
waitMsgTarget: true,
142143

143144
items: [ {
144145
xtype: 'fieldset',

0 commit comments

Comments
 (0)