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

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.HTMLAppletElement

Documentation

htmlAppletElementSetAlign :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetAlign :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetAlt :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetAlt :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetArchive :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetArchive :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetCode :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetCode :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetCodeBase :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetCodeBase :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetHeight :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetHeight :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetName :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetName :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetObject :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetObject :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source

htmlAppletElementSetWidth :: (IsHTMLAppletElement self, ToJSString val) => self -> val -> IO () Source

htmlAppletElementGetWidth :: (IsHTMLAppletElement self, FromJSString result) => self -> IO result Source