CSSVariablesDeclaration

Module:
css
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

getVariableValue
item
removeVariable
setVariable

getVariableValue


DOMString getVariableValue(
    in DOMString variableName); 


item


DOMString item(
    in unsigned long index); 


removeVariable


DOMString removeVariable(
    in DOMString variableName) raises(DOMException); 


setVariable


void setVariable(
    in DOMString variableName, 
    in DOMString value) raises(DOMException); 

Member Data

cssText
length
parentRule

cssText


attribute DOMString cssText; 


length


readonly attribute unsigned long length; 


parentRule


readonly attribute CSSRule parentRule; 

 

Last Updated: 2009-05-29