97a0dc14effa9c7bab3dfb3680e4e7323538cd46.svn-base 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. -------------------------------------------------------------------------------
  2. dojox.widget.Loader
  3. -------------------------------------------------------------------------------
  4. Version 0.1
  5. Release date: 07/15/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. prototype / expermental
  9. -------------------------------------------------------------------------------
  10. Credits: Pete Higgins (phiggins@gmail.com)
  11. -------------------------------------------------------------------------------
  12. Description:
  13. a class to indicatie some xhr request
  14. is going on via topics, with optional
  15. eye-candy indicators either offset
  16. from mouse pointer, or in a fixed position
  17. node.
  18. -------------------------------------------------------------------------------
  19. Dependencies:
  20. widget: none.
  21. test page: to enhance visual effect, a .php
  22. file is used to slowly pass data to an xhr
  23. request. You will need a php-enabled
  24. webserver to view /dojox/tests/test_Loader.html
  25. -------------------------------------------------------------------------------
  26. Documentation
  27. -------------------------------------------------------------------------------
  28. Installation instructions
  29. simply dojo.require("dojox.widget.Loader") and
  30. attach to a div:
  31. <div dojoType="dojox.widget.Loader"></div>
  32. Configuration options can be found in the API tool.