DOM-2.0.0: DOM Level 2 bindings for the WebBits package.Source codeContentsIndex
Data.DOM.CSSPrimitiveValue
Documentation
setFloatValue :: (Monad mn, CCSSPrimitiveValue this) => Expression Double -> Expression Double -> Expression this -> mn (Expression ())Source
getFloatValue :: (Monad mn, CCSSPrimitiveValue this) => Expression Double -> Expression this -> mn (Expression Double)Source
setStringValue :: (Monad mn, CCSSPrimitiveValue this) => Expression Double -> Expression String -> Expression this -> mn (Expression ())Source
getStringValue :: (Monad mn, CCSSPrimitiveValue this) => Expression this -> mn (Expression String)Source
getCounterValue :: (Monad mn, CCSSPrimitiveValue this, CCounter zz) => Expression this -> mn (Expression zz)Source
getRectValue :: (Monad mn, CCSSPrimitiveValue this, CRect zz) => Expression this -> mn (Expression zz)Source
getRGBColorValue :: (Monad mn, CCSSPrimitiveValue this, CRGBColor zz) => Expression this -> mn (Expression zz)Source
cCSS_UNKNOWN
cCSS_NUMBER
cCSS_PERCENTAGE
cCSS_EMS
cCSS_EXS
cCSS_PX
cCSS_CM
cCSS_MM
cCSS_IN
cCSS_PT
cCSS_PC
cCSS_DEG
cCSS_RAD
cCSS_GRAD
cCSS_MS
cCSS_S
cCSS_HZ
cCSS_KHZ
cCSS_DIMENSION
cCSS_STRING
cCSS_URI
cCSS_IDENT
cCSS_ATTR
cCSS_COUNTER
cCSS_RECT
cCSS_RGBCOLOR
get'primitiveType :: (Monad mn, CCSSPrimitiveValue this) => Expression this -> mn (Expression Double)Source
getm'primitiveType :: (Monad mn, CCSSPrimitiveValue this) => Expression this -> mn (Expression Double)Source
Produced by Haddock version 2.4.2