Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setALink :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m ()
- getALink :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result
- setBackground :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m ()
- getBackground :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result
- setBgColor :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m ()
- getBgColor :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result
- setLink :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m ()
- getLink :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result
- setText :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m ()
- getText :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result
- setVLink :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m ()
- getVLink :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result
- blur :: EventName HTMLBodyElement FocusEvent
- error :: EventName HTMLBodyElement UIEvent
- focus :: EventName HTMLBodyElement FocusEvent
- focusin :: EventName HTMLBodyElement onfocusin
- focusout :: EventName HTMLBodyElement onfocusout
- load :: EventName HTMLBodyElement UIEvent
- resize :: EventName HTMLBodyElement UIEvent
- scroll :: EventName HTMLBodyElement UIEvent
- webKitMouseForcechanged :: EventName HTMLBodyElement onwebkitmouseforcechanged
- webKitMouseForcedown :: EventName HTMLBodyElement onwebkitmouseforcedown
- webKitMouseForcewillbegin :: EventName HTMLBodyElement onwebkitmouseforcewillbegin
- webKitMouseForceup :: EventName HTMLBodyElement onwebkitmouseforceup
- webKitWillRevealBottom :: EventName HTMLBodyElement Event
- webKitWillRevealLeft :: EventName HTMLBodyElement Event
- webKitWillRevealRight :: EventName HTMLBodyElement Event
- webKitWillRevealTop :: EventName HTMLBodyElement Event
- selectionchange :: EventName HTMLBodyElement onselectionchange
- newtype HTMLBodyElement = HTMLBodyElement {}
- gTypeHTMLBodyElement :: JSM GType
Documentation
setALink :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m () Source #
getALink :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result Source #
setBackground :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m () Source #
getBackground :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result Source #
setBgColor :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m () Source #
getBgColor :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result Source #
setLink :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m () Source #
getLink :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result Source #
setText :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m () Source #
getText :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result Source #
setVLink :: (MonadDOM m, ToJSString val) => HTMLBodyElement -> val -> m () Source #
getVLink :: (MonadDOM m, FromJSString result) => HTMLBodyElement -> m result Source #
focusin :: EventName HTMLBodyElement onfocusin Source #
focusout :: EventName HTMLBodyElement onfocusout Source #
webKitMouseForcechanged :: EventName HTMLBodyElement onwebkitmouseforcechanged Source #
webKitMouseForcedown :: EventName HTMLBodyElement onwebkitmouseforcedown Source #
webKitMouseForcewillbegin :: EventName HTMLBodyElement onwebkitmouseforcewillbegin Source #
webKitMouseForceup :: EventName HTMLBodyElement onwebkitmouseforceup Source #
selectionchange :: EventName HTMLBodyElement onselectionchange Source #
newtype HTMLBodyElement Source #
Functions for this inteface are in JSDOM.HTMLBodyElement. Base interface functions are in: