root / trunk / web / dojo / dojox / html / README @ 12
History | View | Annotate | Download (2.25 KB)
1 | 9 | andrej.cim | ------------------------------------------------------------------------------- |
---|---|---|---|
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 | |||
22 | This project aims to add html functions that aren't used often enough to |
||
23 | warrant going into Dojo Core but should not be duplicated. For instance, font |
||
24 | measurement routines aren't used by the majority of developers, but are complex |
||
25 | enough to not be duplicated. |
||
26 | Styles adds the ability to create and remove dynamic cssRules, as well as |
||
27 | manipulate document style sheets. |
||
28 | Ellipsis adds some css definitions and dojo.behavior rules (for FF) to support |
||
29 | text-overflow: ellipsis |
||
30 | ------------------------------------------------------------------------------- |
||
31 | Dependencies: |
||
32 | |||
33 | dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core. |
||
34 | ------------------------------------------------------------------------------- |
||
35 | Documentation |
||
36 | |||
37 | To automatically initialize the font resize callback, add "fontSizeWatch: true" |
||
38 | to your djConfig. |
||
39 | ------------------------------------------------------------------------------- |
||
40 | Installation instructions |
||
41 | |||
42 | Grab the following from the Dojo SVN Repository: |
||
43 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js |
||
44 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/* |
||
45 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js |
||
46 | Install into the following directory structure: |
||
47 | /dojox/html/ |
||
48 | |||
49 | ...which should be at the same level as your Dojo checkout. |
||
50 | ------------------------------------------------------------------------------- |