Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_html_table_section_element_insert_row :: JSRef HTMLTableSectionElement -> Int -> IO (JSRef HTMLElement) Source
htmlTableSectionElementInsertRow :: IsHTMLTableSectionElement self => self -> Int -> IO (Maybe HTMLElement) Source
ghcjs_dom_html_table_section_element_delete_row :: JSRef HTMLTableSectionElement -> Int -> IO () Source
htmlTableSectionElementDeleteRow :: IsHTMLTableSectionElement self => self -> Int -> IO () Source
ghcjs_dom_html_table_section_element_set_align :: JSRef HTMLTableSectionElement -> JSString -> IO () Source
htmlTableSectionElementSetAlign :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source
ghcjs_dom_html_table_section_element_get_align :: JSRef HTMLTableSectionElement -> IO JSString Source
htmlTableSectionElementGetAlign :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_html_table_section_element_set_ch :: JSRef HTMLTableSectionElement -> JSString -> IO () Source
htmlTableSectionElementSetCh :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source
htmlTableSectionElementGetCh :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_html_table_section_element_set_ch_off :: JSRef HTMLTableSectionElement -> JSString -> IO () Source
htmlTableSectionElementSetChOff :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source
ghcjs_dom_html_table_section_element_get_ch_off :: JSRef HTMLTableSectionElement -> IO JSString Source
htmlTableSectionElementGetChOff :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_html_table_section_element_set_v_align :: JSRef HTMLTableSectionElement -> JSString -> IO () Source
htmlTableSectionElementSetVAlign :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source
ghcjs_dom_html_table_section_element_get_v_align :: JSRef HTMLTableSectionElement -> IO JSString Source
htmlTableSectionElementGetVAlign :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source
ghcjs_dom_html_table_section_element_get_rows :: JSRef HTMLTableSectionElement -> IO (JSRef HTMLCollection) Source
htmlTableSectionElementGetRows :: IsHTMLTableSectionElement self => self -> IO (Maybe HTMLCollection) Source
class IsHTMLElement o => IsHTMLTableSectionElement o Source
castToHTMLTableSectionElement :: GObjectClass obj => obj -> HTMLTableSectionElement Source