README 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. Nathan Toone - dojox.html.ellipsis (toonetown AT dojotoolkit.org)
  18. Jared Jurkiewicz - dojox.html.entites, dojox.html.format (jared.jurkiewicz AT gmail.com)
  19. -------------------------------------------------------------------------------
  20. Project description
  21. This project aims to add html functions that aren't used often enough to
  22. warrant going into Dojo Core but should not be duplicated. For instance, font
  23. measurement routines aren't used by the majority of developers, but are complex
  24. enough to not be duplicated.
  25. Styles adds the ability to create and remove dynamic cssRules, as well as
  26. manipulate document style sheets.
  27. Ellipsis adds some css definitions and dojo.behavior rules (for FF) to support
  28. text-overflow: ellipsis
  29. -------------------------------------------------------------------------------
  30. Dependencies:
  31. dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core.
  32. -------------------------------------------------------------------------------
  33. Documentation
  34. To automatically initialize the font resize callback, add "fontSizeWatch: true"
  35. to your djConfig.
  36. -------------------------------------------------------------------------------
  37. Installation instructions
  38. Grab the following from the Dojo SVN Repository:
  39. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js
  40. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/*
  41. http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js
  42. Install into the following directory structure:
  43. /dojox/html/
  44. ...which should be at the same level as your Dojo checkout.
  45. -------------------------------------------------------------------------------