Safe Haskell | None |
---|---|
Language | Haskell2010 |
- open :: MonadDOM m => HTMLDocument -> m ()
- close :: MonadDOM m => HTMLDocument -> m ()
- write :: (MonadDOM m, ToJSString text) => HTMLDocument -> Maybe text -> m ()
- writeln :: (MonadDOM m, ToJSString text) => HTMLDocument -> Maybe text -> m ()
- clear :: MonadDOM m => HTMLDocument -> m ()
- captureEvents :: MonadDOM m => HTMLDocument -> m ()
- releaseEvents :: MonadDOM m => HTMLDocument -> m ()
- getAll :: MonadDOM m => HTMLDocument -> m HTMLAllCollection
- setBgColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m ()
- getBgColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result
- setFgColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m ()
- getFgColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result
- setAlinkColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m ()
- getAlinkColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result
- setLinkColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m ()
- getLinkColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result
- setVlinkColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m ()
- getVlinkColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result
- newtype HTMLDocument = HTMLDocument {}
- gTypeHTMLDocument :: JSM GType
Documentation
open :: MonadDOM m => HTMLDocument -> m () Source #
close :: MonadDOM m => HTMLDocument -> m () Source #
write :: (MonadDOM m, ToJSString text) => HTMLDocument -> Maybe text -> m () Source #
writeln :: (MonadDOM m, ToJSString text) => HTMLDocument -> Maybe text -> m () Source #
clear :: MonadDOM m => HTMLDocument -> m () Source #
captureEvents :: MonadDOM m => HTMLDocument -> m () Source #
releaseEvents :: MonadDOM m => HTMLDocument -> m () Source #
getAll :: MonadDOM m => HTMLDocument -> m HTMLAllCollection Source #
setBgColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m () Source #
getBgColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result Source #
setFgColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m () Source #
getFgColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result Source #
setAlinkColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m () Source #
getAlinkColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result Source #
setLinkColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m () Source #
getLinkColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result Source #
setVlinkColor :: (MonadDOM m, ToJSString val) => HTMLDocument -> val -> m () Source #
getVlinkColor :: (MonadDOM m, FromJSString result) => HTMLDocument -> m result Source #
newtype HTMLDocument Source #
Functions for this inteface are in JSDOM.HTMLDocument. Base interface functions are in: