You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2019. It is now read-only.
3) Visit your virtual host via http://myvirtualhost/examples/ch01 (or http://extjsinaction.com/v4/examples/);
32
+
3. Visit your virtual host via http://myvirtualhost/examples/ch01 (or http://extjsinaction.com/v4/examples/);
32
33
34
+
Chapter 14 instructions
35
+
--
36
+
1. Make sure you have Sencha Cmd 4+ installed (works with Cmd 5 as well)
37
+
2. Open terminal
38
+
3. Navigate to Ch 14 `/path/to/ch14`
39
+
4. Execute `sencha app build`. This command will build CSS files and work out the dependencies.
40
+
5. Point your browser to ch14
41
+
42
+
Running examples without a web server
43
+
--
44
+
We need a web server set up for two reasons. Some examples need external services/data, so we provide with php scripts for your convenience. Those require a PHP-enabeled server.
45
+
46
+
Also, XHR (AJAX) is required for Ext.Loader to fetch dependencies. Due to security considerations, XHR only works in HTTP(s), thus requiring a web server.
47
+
48
+
Examples that do not require external data (PHP) can also be executed in Google Chrome with security turned off. [This post](http://stackoverflow.com/a/6083677/857756) outlines how to run it on Mac OS, Linux, and Windows.
49
+
50
+
Once you have Chrome running in this mode, just open html files as you would normally do from your Finder, Windows Explorer, Terminal, or elsewhere.
0 commit comments