README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. -------------------------------------------------------------------------------
  2. dojox.help
  3. -------------------------------------------------------------------------------
  4. Version 0.0
  5. Release date: 3/13/2008
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Neil Roberts (pottedmeat@dojotoolkit.org)
  12. Wolfram Kriesing (wolfram@kriesing.de)
  13. -------------------------------------------------------------------------------
  14. Project description
  15. Provide functionality for quick access to available documentation while
  16. working in the browser.
  17. -------------------------------------------------------------------------------
  18. Dependencies:
  19. dojo
  20. dojox.rpc
  21. -------------------------------------------------------------------------------
  22. Installation instructions
  23. Grab the following from the Dojo SVN Repository:
  24. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/help/*
  25. Install into the following directory structure:
  26. /dojox/help/
  27. ...which should be at the same level as your Dojo checkout.
  28. And run: dojo.require("dojox.help.console") in your console
  29. -------------------------------------------------------------------------------