ghcjs-dom-0.1.1.2: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLTableSectionElement

Documentation

htmlTableSectionElementSetAlign :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source

htmlTableSectionElementGetAlign :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source

htmlTableSectionElementSetCh :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source

htmlTableSectionElementGetCh :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source

htmlTableSectionElementSetChOff :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source

htmlTableSectionElementGetChOff :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source

htmlTableSectionElementSetVAlign :: (IsHTMLTableSectionElement self, ToJSString val) => self -> val -> IO () Source

htmlTableSectionElementGetVAlign :: (IsHTMLTableSectionElement self, FromJSString result) => self -> IO result Source