Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_html_options_collection_named_item :: JSRef HTMLOptionsCollection -> JSString -> IO (JSRef Node) Source
htmlOptionsCollectionNamedItem :: (IsHTMLOptionsCollection self, ToJSString name) => self -> name -> IO (Maybe Node) Source
ghcjs_dom_html_options_collection_set_selected_index :: JSRef HTMLOptionsCollection -> Int -> IO () Source
htmlOptionsCollectionSetSelectedIndex :: IsHTMLOptionsCollection self => self -> Int -> IO () Source
ghcjs_dom_html_options_collection_get_selected_index :: JSRef HTMLOptionsCollection -> IO Int Source
htmlOptionsCollectionGetSelectedIndex :: IsHTMLOptionsCollection self => self -> IO Int Source
class IsHTMLCollection o => IsHTMLOptionsCollection o Source
castToHTMLOptionsCollection :: GObjectClass obj => obj -> HTMLOptionsCollection Source