DOM-2.0.0: DOM Level 2 bindings for the WebBits package.Source codeContentsIndex
Data.DOM.StyleSheet
Documentation
get'type :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression String)Source
getm'type :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression String)Source
set'disabled :: (Monad mn, CStyleSheet zz) => Expression Bool -> Expression zz -> mn (Expression zz)Source
get'disabled :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression Bool)Source
getm'disabled :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression Bool)Source
get'ownerNode :: (Monad mn, CStyleSheet this, CNode zz) => Expression this -> mn (Expression zz)Source
getm'ownerNode :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression TNode)Source
get'parentStyleSheet :: (Monad mn, CStyleSheet this, CStyleSheet zz) => Expression this -> mn (Expression zz)Source
getm'parentStyleSheet :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression TStyleSheet)Source
get'href :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression String)Source
getm'href :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression String)Source
get'title :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression String)Source
getm'title :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression String)Source
get'media :: (Monad mn, CStyleSheet this, CMediaList zz) => Expression this -> mn (Expression zz)Source
getm'media :: (Monad mn, CStyleSheet this) => Expression this -> mn (Expression TMediaList)Source
Produced by Haddock version 2.4.2