ContentsIndex
DOM.Level1.HTMLFormElement
Documentation
submit :: CHTMLFormElement this => this -> CPS c ()
reset :: CHTMLFormElement this => this -> CPS c ()
get'elements :: (CHTMLFormElement this, CHTMLCollection zz) => this -> CPS c zz
get'length :: CHTMLFormElement this => this -> CPS c Int
set'name :: CHTMLFormElement zz => String -> zz -> CPS c zz
get'name :: CHTMLFormElement this => this -> CPS c String
set'acceptCharset :: CHTMLFormElement zz => String -> zz -> CPS c zz
get'acceptCharset :: CHTMLFormElement this => this -> CPS c String
set'action :: CHTMLFormElement zz => String -> zz -> CPS c zz
get'action :: CHTMLFormElement this => this -> CPS c String
set'enctype :: CHTMLFormElement zz => String -> zz -> CPS c zz
get'enctype :: CHTMLFormElement this => this -> CPS c String
set'method :: CHTMLFormElement zz => String -> zz -> CPS c zz
get'method :: CHTMLFormElement this => this -> CPS c String
set'target :: CHTMLFormElement zz => String -> zz -> CPS c zz
get'target :: CHTMLFormElement this => this -> CPS c String
mkForm :: CHTMLDocument a => a -> CPS c THTMLFormElement
Produced by Haddock version 0.8