- Notifications
You must be signed in to change notification settings - Fork29
Ext JS in Action SE Examples
License
ModusCreateOrg/extjs-in-action-examples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ext JS in Action SE Examples fromhttp://manning.com/garcia3/
- Clone the repo
git clone https://github.com/ModusCreateOrg/extjs-in-action-examples.git ./your_path_of_choice
- Create a virtual site (optional, but advised) based on what ever web server you use. An example apache vhost (assumeshttp://ext4ia):
<VirtualHost *:80> ServerAdmin liquid@localhost DocumentRoot /www/ext4ia ServerName ext4ia ServerAlias ext4ia ErrorLog /tmp/ext4ia.httpd.errlog <Directory /www/ext4ia> AllowOverride All Options ExecCGI FollowSymLinks Order allow,deny Allow from all </Directory></VirtualHost>
- Visit your virtual host viahttp://myvirtualhost/examples/ch01 (orhttp://extjsinaction.com/v4/examples/);
- Make sure you have Sencha Cmd 4+ installed (works with Cmd 5 as well)
- Open terminal
- Navigate to Ch 14
/path/to/ch14
- Execute
sencha app build
. This command will build CSS files and work out the dependencies. - Point your browser to ch14
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.
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.
Examples that do not require external data (PHP) can also be executed in Google Chrome with security turned off.This post outlines how to run it on Mac OS, Linux, and Windows.
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.
About
Ext JS in Action SE Examples
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.