source: trunk/web/addons/job_monarch/lib/extjs/INCLUDE_ORDER.txt @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 893 bytes
RevLine 
[619]1All adapter related files below are located in
2/adapters/<lib name>/ of this zip file.
3
4Your include order should be:
5
6Ext Stand-alone
7-------------------------------------------------------------------
8ext-base.js
9ext-all.js (or your choice of files)
10
11
12Yahoo! UI (.12+)
13-------------------------------------------------------------------
14yui-utilities.js
15ext-yui-adapter.js
16ext-all.js (or your choice of files)
17
18
19jQuery (1.1+)
20-------------------------------------------------------------------
21jquery.js
22ext-jquery-adapter.js
23ext-all.js (or your choice of files)
24
25
26Prototype (1.5+) / Scriptaculous (1.7+)
27-------------------------------------------------------------------
28prototype.js
29scriptaculous.js?load=effects  (or whatever you want to load)
30ext-prototype-adapter.js
31ext-all.js (or your choice of files)
32
33
34
35See the examples folders for more examples.
Note: See TracBrowser for help on using the repository browser.