Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Ext JS in Action SE Examples

License

NotificationsYou must be signed in to change notification settings

ModusCreateOrg/extjs-in-action-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ext JS in Action SE Examples fromhttp://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 (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>
  1. Visit your virtual host viahttp://myvirtualhost/examples/ch01 (orhttp://extjsinaction.com/v4/examples/);

Chapter 14 instructions

  1. Make sure you have Sencha Cmd 4+ installed (works with Cmd 5 as well)
  2. Open terminal
  3. Navigate to Ch 14/path/to/ch14
  4. Executesencha app build. This command will build CSS files and work out the dependencies.
  5. Point your browser to ch14

Running examples without a web server

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp