CSSStyleDeclaration

Module:
css
Declared In:

Overview

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



Functions

getPropertyCSSValue
getPropertyPriority
getPropertyShorthand
getPropertyValue
isPropertyImplicit
item
removeProperty
setProperty

getPropertyCSSValue


CSSValue getPropertyCSSValue(
    in DOMString propertyName); 


getPropertyPriority


DOMString getPropertyPriority(
    in DOMString propertyName); 


getPropertyShorthand


DOMString getPropertyShorthand(
    in DOMString propertyName); 


getPropertyValue


DOMString getPropertyValue(
    in DOMString propertyName); 


isPropertyImplicit


boolean isPropertyImplicit(
    in DOMString propertyName); 


item


DOMString item(
    in unsigned long index); 


removeProperty


DOMString removeProperty(
    in DOMString propertyName) raises(DOMException); 


setProperty


void setProperty(
    in DOMString propertyName, 
    in DOMString value, 
    in DOMString priority) raises(DOMException); 

Member Data

cssText
length
parentRule

cssText


attribute DOMString cssText setter raises(DOMException); 


length


readonly attribute unsigned long length; 


parentRule


readonly attribute CSSRule parentRule; 

 

Last Updated: 2009-05-29