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