README 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. -------------------------------------------------------------------------------
  2. dojox.grid
  3. -------------------------------------------------------------------------------
  4. Version 1.00
  5. Release date: 10/04/2007
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. beta
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Scott J. Miles (sjmiles@activegrid.com)
  12. Steve Orvell (sorvell@activegrid.com)
  13. Bryan Forbes (bryan AT reigndropsfall.net)
  14. -------------------------------------------------------------------------------
  15. Project description
  16. TurboGrid has been made available in Dojo and is now the dojox.grid!
  17. -------------------------------------------------------------------------------
  18. Dependencies:
  19. Dojo Core
  20. Dojo Base (dnd)
  21. Dijit Templated Widget
  22. dojox.html (metrics)
  23. -------------------------------------------------------------------------------
  24. Documentation
  25. None available for this version yet.
  26. See http://www.turboajax.com/products/turbogrid/ for legacy documentation.
  27. -------------------------------------------------------------------------------
  28. Installation instructions
  29. Grab the following from the Dojo SVN Repository:
  30. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/grid/*
  31. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/*
  32. Install into the following directory structure:
  33. /dojox/grid/
  34. /dojox/html/
  35. ...which should be at the same level as your Dojo checkout.
  36. If you wish us use the old (compat / 1.2) grid, you can untar the
  37. compatGrid.tar.gz archive. This version of the grid is no longer maintained
  38. or updated - but should work with any newer version of the dojo library.
  39. -------------------------------------------------------------------------------