INCLUDE_ORDER.txt 893 B

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