Mac OS X Reference Library Apple Developer
Search

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; 

 

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

Last Updated: 2010-05-27