| ||||
| ||||
| Documentation | ||||
| set'lowSrc :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'lowSrc :: CHTMLImageElement this => this -> CPS c String | ||||
| set'name :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'name :: CHTMLImageElement this => this -> CPS c String | ||||
| set'align :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'align :: CHTMLImageElement this => this -> CPS c String | ||||
| set'alt :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'alt :: CHTMLImageElement this => this -> CPS c String | ||||
| set'border :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'border :: CHTMLImageElement this => this -> CPS c String | ||||
| set'height :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'height :: CHTMLImageElement this => this -> CPS c String | ||||
| set'hspace :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'hspace :: CHTMLImageElement this => this -> CPS c String | ||||
| set'isMap :: CHTMLImageElement zz => Bool -> zz -> CPS c zz | ||||
| get'isMap :: CHTMLImageElement this => this -> CPS c Bool | ||||
| set'longDesc :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'longDesc :: CHTMLImageElement this => this -> CPS c String | ||||
| set'src :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'src :: CHTMLImageElement this => this -> CPS c String | ||||
| set'useMap :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'useMap :: CHTMLImageElement this => this -> CPS c String | ||||
| set'vspace :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'vspace :: CHTMLImageElement this => this -> CPS c String | ||||
| set'width :: CHTMLImageElement zz => String -> zz -> CPS c zz | ||||
| get'width :: CHTMLImageElement this => this -> CPS c String | ||||
| mkImg :: CHTMLDocument a => a -> CPS c THTMLImageElement | ||||
| Produced by Haddock version 0.8 |