| ||||
| ||||
| Documentation | ||||
| add :: (CHTMLSelectElement this, CHTMLElement element, CHTMLElement before) => this -> element -> before -> CPS c () | ||||
| remove :: CHTMLSelectElement this => this -> Int -> CPS c () | ||||
| blur :: CHTMLSelectElement this => this -> CPS c () | ||||
| focus :: CHTMLSelectElement this => this -> CPS c () | ||||
| get'type :: CHTMLSelectElement this => this -> CPS c String | ||||
| set'selectedIndex :: CHTMLSelectElement zz => Int -> zz -> CPS c zz | ||||
| get'selectedIndex :: CHTMLSelectElement this => this -> CPS c Int | ||||
| set'value :: CHTMLSelectElement zz => String -> zz -> CPS c zz | ||||
| get'value :: CHTMLSelectElement this => this -> CPS c String | ||||
| get'length :: CHTMLSelectElement this => this -> CPS c Int | ||||
| get'form :: (CHTMLSelectElement this, CHTMLFormElement zz) => this -> CPS c zz | ||||
| get'options :: (CHTMLSelectElement this, CHTMLCollection zz) => this -> CPS c zz | ||||
| set'disabled :: CHTMLSelectElement zz => Bool -> zz -> CPS c zz | ||||
| get'disabled :: CHTMLSelectElement this => this -> CPS c Bool | ||||
| set'multiple :: CHTMLSelectElement zz => Bool -> zz -> CPS c zz | ||||
| get'multiple :: CHTMLSelectElement this => this -> CPS c Bool | ||||
| set'name :: CHTMLSelectElement zz => String -> zz -> CPS c zz | ||||
| get'name :: CHTMLSelectElement this => this -> CPS c String | ||||
| set'size :: CHTMLSelectElement zz => Int -> zz -> CPS c zz | ||||
| get'size :: CHTMLSelectElement this => this -> CPS c Int | ||||
| set'tabIndex :: CHTMLSelectElement zz => Int -> zz -> CPS c zz | ||||
| get'tabIndex :: CHTMLSelectElement this => this -> CPS c Int | ||||
| mkSelect :: CHTMLDocument a => a -> CPS c THTMLSelectElement | ||||
| Produced by Haddock version 0.8 |