Skip to content

johnkary/extjs-in-action-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extjs-in-action-examples

Ext JS in Action SE Examples from http://manning.com/garcia3/

Installation instructions

  1. Clone the repo
git clone https://github.com/ModusCreateOrg/extjs-in-action-examples.git ./your_path_of_choice
  1. Create a virtual site (optional, but advised) based on what ever web server you use. An example apache vhost (assumes http://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>
  1. Visit your virtual host via http://myvirtualhost/examples/ch01 (or http://extjsinaction.com/v4/examples/);

About

Ext JS in Action SE Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • CSS 18.6%
  • Other 0.1%