Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / INCLUDE_ORDER.txt
1 All adapter related files below are located in \r
2 /adapters/<lib name>/ of this zip file.\r
3 \r
4 Your include order should be:\r
5 \r
6 Ext Stand-alone\r
7 -------------------------------------------------------------------\r
8 ext-base.js\r
9 ext-all.js (or your choice of files)\r
10 \r
11 \r
12 Yahoo! UI (.12+)\r
13 -------------------------------------------------------------------\r
14 yui-utilities.js\r
15 ext-yui-adapter.js\r
16 ext-all.js (or your choice of files)\r
17 \r
18 \r
19 jQuery (1.1+)\r
20 -------------------------------------------------------------------\r
21 jquery.js\r
22 ext-jquery-adapter.js\r
23 ext-all.js (or your choice of files)\r
24 \r
25 \r
26 Prototype (1.5+) / Scriptaculous (1.7+)\r
27 -------------------------------------------------------------------\r
28 prototype.js\r
29 scriptaculous.js?load=effects  (or whatever you want to load)\r
30 ext-prototype-adapter.js\r
31 ext-all.js (or your choice of files)\r
32 \r
33 \r
34 \r
35 See the examples folders for more examples.