extjs-public


A repository containing the latest public release of ExtJS

Since ExtJS does not provide a public Subversion repository, this project will endeavour to keep an up-to-date version of the latest release available. This will allow other projects integrating ExtJS to create an external include to this project, thus allowing updates to be automatic.

News

License

Linking to the Sencha CDN

For the latest version of the source code, you are probably best-off linking to the CDN provided by Sencha: ```

```

Linking to ExtJS on the Google Code servers

The files needed to use ExtJS are located in the subversion repository. You can link directly to the files from your website like this: ```

``` Please note this may not have ideal performance. The files will not be served with gzip compression. See this article for more information about Google's AJAX library hosting project - they only provide Sencha Core at present.

Including ExtJS in your source tree

To include ExtJS in your project from Subversion, you can do one of several things.

If you use Subversion for your own project

If your project also uses Subversion for revision control, you can use an svn:externals property to include ExtJS. For example, if you have a project with a directory structure which looks like: /project /js /extjs you can create an svn:externals property on the js folder with the following content: extjs http://extjs-public.googlecode.com/svn/extjs-4.x/include Now, every time you run svn update on your working copy, the ExtJS folder will also be updated.

If you use another source code management tool

If you don't use Subversion, but do have the Subversion client installed, you can check out the ExtJS code using the following command: svn checkout http://extjs-public.googlecode.com/svn/extjs-4.x/include extjs You will have to manually update the working copy when ExtJS is updated.

Project Information

  • License: GNU GPL v3
  • 57 stars
  • svn-based source control

Labels:
extjs ext javascript library ria gui gxt ext-core open