ContentsIndex
DOM.Level1.HTMLButtonElement
Documentation
get'form :: (CHTMLButtonElement this, CHTMLFormElement zz) => this -> CPS c zz
set'accessKey :: CHTMLButtonElement zz => String -> zz -> CPS c zz
get'accessKey :: CHTMLButtonElement this => this -> CPS c String
set'disabled :: CHTMLButtonElement zz => Bool -> zz -> CPS c zz
get'disabled :: CHTMLButtonElement this => this -> CPS c Bool
set'name :: CHTMLButtonElement zz => String -> zz -> CPS c zz
get'name :: CHTMLButtonElement this => this -> CPS c String
set'tabIndex :: CHTMLButtonElement zz => Int -> zz -> CPS c zz
get'tabIndex :: CHTMLButtonElement this => this -> CPS c Int
get'type :: CHTMLButtonElement this => this -> CPS c String
set'value :: CHTMLButtonElement zz => String -> zz -> CPS c zz
get'value :: CHTMLButtonElement this => this -> CPS c String
mkButton :: CHTMLDocument a => a -> CPS c THTMLButtonElement
Produced by Haddock version 0.8