Changeset 14465 for dojox/trunk/html

Show
Ignore:
Timestamp:
07/16/08 14:44:15 (4 months ago)
Author:
mwilcox
Message:

Fixes: #5538 Implementing dojox.html.styles. \nInsert and remove CSS rules\nSearch document for style sheets\n Toggle sheets on and off (based on the W3C spec) Includes two tests: test_styles.html which goes though most of the functionality of rules and sheets; and test_themes.html, which demonstrates the W3C manner of toggling style sheets, with the dojo themes.

Location:
dojox/trunk/html
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/html/README

    r13394 r14465  
    22dojox.html 
    33------------------------------------------------------------------------------- 
    4 Version 0.1 
     4Version 0.2 
    55Release date: 04/24/2008 
    66------------------------------------------------------------------------------- 
     
    1414        Tom Trenka (ttrenka AT gmail.com) 
    1515        Bryan Forbes (bryan AT reigndropsfall.net) 
     16    Mike Wilcox - dojox.html.styles (anm8tr AT yahoo.com) 
    1617------------------------------------------------------------------------------- 
    1718Project description 
     
    2122measurement routines aren't used by the majority of developers, but are complex 
    2223enough to not be duplicated. 
     24Styles adds the ability to create and remove dynamic cssRules, as well as  
     25manipulate document style sheets. 
    2326------------------------------------------------------------------------------- 
    2427Dependencies: 
    2528 
    26 dojox.html has no dependencies, outside of Dojo Core. 
     29dojox.html nor dojox.html.styles have dependencies, outside of Dojo Core. 
    2730------------------------------------------------------------------------------- 
    2831Documentation 
     
    3639http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html.js 
    3740http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/* 
    38  
     41http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/html/styles.js 
    3942Install into the following directory structure: 
    4043/dojox/html/