• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ext-dojo/H03-May-2022-

resources/H11-Nov-2020-3433

READMEH A D11-Nov-20202.1 KiB4943

README

1-------------------------------------------------------------------------------
2dojox.html
3-------------------------------------------------------------------------------
4Version 0.2
5Release date: 04/24/2008
6-------------------------------------------------------------------------------
7Project state:
8beta
9-------------------------------------------------------------------------------
10Credits
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-------------------------------------------------------------------------------
19Project description
20
21This project aims to add html functions that aren't used often enough to
22warrant going into Dojo Core but should not be duplicated.  For instance, font
23measurement routines aren't used by the majority of developers, but are complex
24enough to not be duplicated.
25Styles adds the ability to create and remove dynamic cssRules, as well as
26manipulate document style sheets.
27Ellipsis adds support to match text-overflow: ellipsis for Firefox.
28-------------------------------------------------------------------------------
29Dependencies:
30
31dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core.
32-------------------------------------------------------------------------------
33Documentation
34
35To automatically initialize the font resize callback, add "fontSizeWatch: true"
36to your djConfig.
37-------------------------------------------------------------------------------
38Installation instructions
39
40Grab the following from the Dojo SVN Repository:
41http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js
42http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/*
43http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js
44Install into the following directory structure:
45/dojox/html/
46
47...which should be at the same level as your Dojo checkout.
48-------------------------------------------------------------------------------
49