README 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. -------------------------------------------------------------------------------
  2. dojox.html
  3. -------------------------------------------------------------------------------
  4. Version 0.2
  5. Release date: 04/24/2008
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. beta
  9. -------------------------------------------------------------------------------
  10. Credits
  11. Eugene Lazutkin (eugene.lazutkin AT gmail.com)
  12. Scott J. Miles (sjmiles AT activegrid.com)
  13. Steve Orvell (sorvell AT activegrid.com)
  14. Tom Trenka (ttrenka AT gmail.com)
  15. Bryan Forbes (bryan AT reigndropsfall.net)
  16. Mike Wilcox - dojox.html.styles (anm8tr AT yahoo.com)
  17. Jared Jurkiewicz - dojox.html.entites, dojox.html.format (jared.jurkiewicz AT gmail.com)
  18. -------------------------------------------------------------------------------
  19. Project description
  20. This project aims to add html functions that aren't used often enough to
  21. warrant going into Dojo Core but should not be duplicated. For instance, font
  22. measurement routines aren't used by the majority of developers, but are complex
  23. enough to not be duplicated.
  24. Styles adds the ability to create and remove dynamic cssRules, as well as
  25. manipulate document style sheets.
  26. Ellipsis adds support to match text-overflow: ellipsis for Firefox.
  27. -------------------------------------------------------------------------------
  28. Dependencies:
  29. dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core.
  30. -------------------------------------------------------------------------------
  31. Documentation
  32. To automatically initialize the font resize callback, add "fontSizeWatch: true"
  33. to your djConfig.
  34. -------------------------------------------------------------------------------
  35. Installation instructions
  36. Grab the following from the Dojo SVN Repository:
  37. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js
  38. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/*
  39. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js
  40. Install into the following directory structure:
  41. /dojox/html/
  42. ...which should be at the same level as your Dojo checkout.
  43. -------------------------------------------------------------------------------