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 | |
---|
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 support to match text-overflow: ellipsis for Firefox. |
---|
28 | ------------------------------------------------------------------------------- |
---|
29 | Dependencies: |
---|
30 | |
---|
31 | dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core. |
---|
32 | ------------------------------------------------------------------------------- |
---|
33 | Documentation |
---|
34 | |
---|
35 | To automatically initialize the font resize callback, add "fontSizeWatch: true" |
---|
36 | to your djConfig. |
---|
37 | ------------------------------------------------------------------------------- |
---|
38 | Installation instructions |
---|
39 | |
---|
40 | Grab the following from the Dojo SVN Repository: |
---|
41 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js |
---|
42 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/* |
---|
43 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js |
---|
44 | Install into the following directory structure: |
---|
45 | /dojox/html/ |
---|
46 | |
---|
47 | ...which should be at the same level as your Dojo checkout. |
---|
48 | ------------------------------------------------------------------------------- |
---|