cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/html
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00
..
_base.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
metrics.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
README initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00
styles.js initially import ZendFramework-1.9.5 into repository 2010-03-31 10:12:32 +02:00

-------------------------------------------------------------------------------
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)
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------