| ||||
| ||||
| Documentation | ||||
| set'name :: CHTMLParamElement zz => String -> zz -> CPS c zz | ||||
| get'name :: CHTMLParamElement this => this -> CPS c String | ||||
| set'type :: CHTMLParamElement zz => String -> zz -> CPS c zz | ||||
| get'type :: CHTMLParamElement this => this -> CPS c String | ||||
| set'value :: CHTMLParamElement zz => String -> zz -> CPS c zz | ||||
| get'value :: CHTMLParamElement this => this -> CPS c String | ||||
| set'valueType :: CHTMLParamElement zz => String -> zz -> CPS c zz | ||||
| get'valueType :: CHTMLParamElement this => this -> CPS c String | ||||
| mkParam :: CHTMLDocument a => a -> CPS c THTMLParamElement | ||||
| Produced by Haddock version 0.8 |