INCLUDE_ORDER.txt
上传用户:qfccsy
上传日期:2022-03-27
资源大小:716k
文件大小:1k
源码类别:

ListView/ListBox

开发平台:

Java

  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. jquery-plugins.js // required jQuery plugins
  17. ext-jquery-adapter.js
  18. ext-all.js (or your choice of files)
  19. Prototype (1.5+) / Scriptaculous (1.7+)
  20. -------------------------------------------------------------------
  21. prototype.js
  22. scriptaculous.js?load=effects  (or whatever you want to load)
  23. ext-prototype-adapter.js
  24. ext-all.js (or your choice of files)
  25. See the examples folders for more examples.