DOM-2.0.0: DOM Level 2 bindings for the WebBits package.
Source code
Contents
Index
Data.DOM.CSSStyleDeclaration
Documentation
getPropertyValue
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
String
->
Expression
this -> mn (
Expression
String
)
Source
getPropertyCSSValue
:: (
Monad
mn,
CCSSStyleDeclaration
this,
CCSSValue
zz) =>
Expression
String
->
Expression
this -> mn (
Expression
zz)
Source
removeProperty
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
String
->
Expression
this -> mn (
Expression
String
)
Source
getPropertyPriority
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
String
->
Expression
this -> mn (
Expression
String
)
Source
setProperty
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
String
->
Expression
String
->
Expression
String
->
Expression
this -> mn (
Expression
()
)
Source
item
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
Double
->
Expression
this -> mn (
Expression
String
)
Source
set'cssText
:: (
Monad
mn,
CCSSStyleDeclaration
zz) =>
Expression
String
->
Expression
zz -> mn (
Expression
zz)
Source
get'cssText
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
this -> mn (
Expression
String
)
Source
getm'cssText
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
this -> mn (
Expression
String
)
Source
get'length
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
this -> mn (
Expression
Double
)
Source
getm'length
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
this -> mn (
Expression
Double
)
Source
get'parentRule
:: (
Monad
mn,
CCSSStyleDeclaration
this,
CCSSRule
zz) =>
Expression
this -> mn (
Expression
zz)
Source
getm'parentRule
:: (
Monad
mn,
CCSSStyleDeclaration
this) =>
Expression
this -> mn (
Expression
TCSSRule
)
Source
Produced by
Haddock
version 2.4.2