Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Commit 0d9ff32

Browse files
committed
fix wrong ordering of listing 7.4 and 7.5 in example (use the ordering from the book)
1 parent 0c1b89c commit 0d9ff32

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/ch07/7.5_The_Employee_Store.html renamed to examples/ch07/7.4_The_Employee_Store.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<link rel='stylesheet' type='text/css' href='../../ext4/resources/css/ext-all.css'/>
55
<script type='text/javascript' src='../../ext4/ext-all-debug.js'></script>
6-
<script type='text/javascript' src='7.4_The_Employee_model_with_validations.js'></script>
6+
<script type='text/javascript' src='7.5_The_Employee_model_with_validations.js'></script>
77
</head>
88
<body>
99

examples/ch07/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mysql_connect("localhost", "extjsinaction", "extjsinaction") or die ("could not
4040
Tweaking the datastores to run locally
4141
--------------------------------------
4242

43-
In 7.5_The_Employee_Store.html you can tweak urlRoot to match your local crud.php installation. Just remove "http://extjsinaction.com/" from urlRoot and you should pickup you local file. Remember to alter the proxy type from "jsonp" to "ajax" now that you are running locally. Now you should be able to experiment with datastores from your console in your browser.
43+
In 7.4_The_Employee_Store.html you can tweak urlRoot to match your local crud.php installation. Just remove "http://extjsinaction.com/" from urlRoot and you should pickup you local file. Remember to alter the proxy type from "jsonp" to "ajax" now that you are running locally. Now you should be able to experiment with datastores from your console in your browser.
4444

4545

4646

0 commit comments

Comments
 (0)