diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/html/README | |
Diffstat (limited to 'js/dojo-1.6/dojox/html/README')
| -rw-r--r-- | js/dojo-1.6/dojox/html/README | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/html/README b/js/dojo-1.6/dojox/html/README new file mode 100644 index 0000000..350fcda --- /dev/null +++ b/js/dojo-1.6/dojox/html/README @@ -0,0 +1,48 @@ +------------------------------------------------------------------------------- +dojox.html +------------------------------------------------------------------------------- +Version 0.2 +Release date: 04/24/2008 +------------------------------------------------------------------------------- +Project state: +beta +------------------------------------------------------------------------------- +Credits + Eugene Lazutkin (eugene.lazutkin AT gmail.com) + Scott J. Miles (sjmiles AT activegrid.com) + Steve Orvell (sorvell AT activegrid.com) + Tom Trenka (ttrenka AT gmail.com) + Bryan Forbes (bryan AT reigndropsfall.net) + Mike Wilcox - dojox.html.styles (anm8tr AT yahoo.com) + Jared Jurkiewicz - dojox.html.entites, dojox.html.format (jared.jurkiewicz AT gmail.com) +------------------------------------------------------------------------------- +Project description + +This project aims to add html functions that aren't used often enough to +warrant going into Dojo Core but should not be duplicated. For instance, font +measurement routines aren't used by the majority of developers, but are complex +enough to not be duplicated. +Styles adds the ability to create and remove dynamic cssRules, as well as +manipulate document style sheets. +Ellipsis (deprecated) adds support to match text-overflow: ellipsis for Firefox, but no longer works as of Firefox 4.0. There is no replacement. +------------------------------------------------------------------------------- +Dependencies: + +dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core. +------------------------------------------------------------------------------- +Documentation + +To automatically initialize the font resize callback, add "fontSizeWatch: true" +to your djConfig. +------------------------------------------------------------------------------- +Installation instructions + +Grab the following from the Dojo SVN Repository: +http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js +http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/* +http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js +Install into the following directory structure: +/dojox/html/ + +...which should be at the same level as your Dojo checkout. +------------------------------------------------------------------------------- |
