Zapatec Utils

Class Zapatec.StyleSheet

Object
   |
   +--Zapatec.StyleSheet

class Zapatec.StyleSheet

Defined in stylesheet.js


Field Summary
 Object styleSheet
          
 
Constructor Summary
Zapatec.StyleSheet(<boolean> bUseLast)
            Zapatec StyleSheet class.
 
Method Summary
 Object addParse(<string> strStyleSheet)
           Parses a CSS string and adds rules into the style sheet.
 void addRule(<string> strSelector, <string> strDeclarations)
           Adds a rule to the style sheet.
 void removeRules()
           Removes all rules from the style sheet.

Field Detail

styleSheet

Object styleSheet

Constructor Detail

Zapatec.StyleSheet

Zapatec.StyleSheet(<boolean> bUseLast)

Method Detail

addParse

Object addParse(<string> strStyleSheet)

addRule

void addRule(<string> strSelector, <string> strDeclarations)

removeRules

void removeRules()

Zapatec Utils

Documentation generated by JSDoc on Thu Aug 16 12:18:39 2007