INCLUDE_ORDER.txt
上传用户:dawnssy
上传日期:2022-08-06
资源大小:9345k
文件大小:1k
源码类别:

JavaScript

开发平台:

JavaScript

  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.