Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27