Module

Oak.Html.Events

Package
purescript-oak
Repository
ehrenmurdick/purescript-oak

#onInput Source

onInput :: forall msg. (String -> msg) -> Attribute msg

#onKeydown' Source

onKeydown' :: forall msg. (KeyPressEvent -> msg) -> Attribute msg

#onKeydown Source

onKeydown :: forall msg. (Int -> msg) -> Attribute msg

#onKeypress' Source

onKeypress' :: forall msg. (KeyPressEvent -> msg) -> Attribute msg

#onKeypress Source

onKeypress :: forall msg. (Int -> msg) -> Attribute msg

#onKeyup' Source

onKeyup' :: forall msg. (KeyPressEvent -> msg) -> Attribute msg

#onKeyup Source

onKeyup :: forall msg. (Int -> msg) -> Attribute msg

#onAbort Source

onAbort :: forall msg. msg -> Attribute msg

#onAfterprint Source

onAfterprint :: forall msg. msg -> Attribute msg

#onBeforeprint Source

onBeforeprint :: forall msg. msg -> Attribute msg

#onBeforeunload Source

onBeforeunload :: forall msg. msg -> Attribute msg

#onBlur Source

onBlur :: forall msg. msg -> Attribute msg

#onCanplay Source

onCanplay :: forall msg. msg -> Attribute msg

#onCanplaythrough Source

onCanplaythrough :: forall msg. msg -> Attribute msg

#onChange Source

onChange :: forall msg. msg -> Attribute msg

#onClick Source

onClick :: forall msg. msg -> Attribute msg

#onContextmenu Source

onContextmenu :: forall msg. msg -> Attribute msg

#onCopy Source

onCopy :: forall msg. msg -> Attribute msg

#onCuechange Source

onCuechange :: forall msg. msg -> Attribute msg

#onCut Source

onCut :: forall msg. msg -> Attribute msg

#onDblclick Source

onDblclick :: forall msg. msg -> Attribute msg

#onDrag Source

onDrag :: forall msg. msg -> Attribute msg

#onDragend Source

onDragend :: forall msg. msg -> Attribute msg

#onDragenter Source

onDragenter :: forall msg. msg -> Attribute msg

#onDragleave Source

onDragleave :: forall msg. msg -> Attribute msg

#onDragover Source

onDragover :: forall msg. msg -> Attribute msg

#onDragstart Source

onDragstart :: forall msg. msg -> Attribute msg

#onDrop Source

onDrop :: forall msg. msg -> Attribute msg

#onDurationchange Source

onDurationchange :: forall msg. msg -> Attribute msg

#onEmptied Source

onEmptied :: forall msg. msg -> Attribute msg

#onEnded Source

onEnded :: forall msg. msg -> Attribute msg

#onError Source

onError :: forall msg. msg -> Attribute msg

#onFocus Source

onFocus :: forall msg. msg -> Attribute msg

#onHashchange Source

onHashchange :: forall msg. msg -> Attribute msg

#onInvalid Source

onInvalid :: forall msg. msg -> Attribute msg

#onLoad Source

onLoad :: forall msg. msg -> Attribute msg

#onLoadeddata Source

onLoadeddata :: forall msg. msg -> Attribute msg

#onLoadedmetadata Source

onLoadedmetadata :: forall msg. msg -> Attribute msg

#onLoadstart Source

onLoadstart :: forall msg. msg -> Attribute msg

#onMousedown Source

onMousedown :: forall msg. msg -> Attribute msg

#onMousemove Source

onMousemove :: forall msg. msg -> Attribute msg

#onMouseout Source

onMouseout :: forall msg. msg -> Attribute msg

#onMouseover Source

onMouseover :: forall msg. msg -> Attribute msg

#onMouseup Source

onMouseup :: forall msg. msg -> Attribute msg

#onMousewheel Source

onMousewheel :: forall msg. msg -> Attribute msg

#onOffline Source

onOffline :: forall msg. msg -> Attribute msg

#onOnline Source

onOnline :: forall msg. msg -> Attribute msg

#onPagehide Source

onPagehide :: forall msg. msg -> Attribute msg

#onPageshow Source

onPageshow :: forall msg. msg -> Attribute msg

#onPaste Source

onPaste :: forall msg. msg -> Attribute msg

#onPause Source

onPause :: forall msg. msg -> Attribute msg

#onPlay Source

onPlay :: forall msg. msg -> Attribute msg

#onPlaying Source

onPlaying :: forall msg. msg -> Attribute msg

#onPopstate Source

onPopstate :: forall msg. msg -> Attribute msg

#onProgress Source

onProgress :: forall msg. msg -> Attribute msg

#onRatechange Source

onRatechange :: forall msg. msg -> Attribute msg

#onReset Source

onReset :: forall msg. msg -> Attribute msg

#onResize Source

onResize :: forall msg. msg -> Attribute msg

#onScroll Source

onScroll :: forall msg. msg -> Attribute msg

#onSearch Source

onSearch :: forall msg. msg -> Attribute msg

#onSeeked Source

onSeeked :: forall msg. msg -> Attribute msg

#onSeeking Source

onSeeking :: forall msg. msg -> Attribute msg

#onSelect Source

onSelect :: forall msg. msg -> Attribute msg

#onStalled Source

onStalled :: forall msg. msg -> Attribute msg

#onStorage Source

onStorage :: forall msg. msg -> Attribute msg

#onSubmit Source

onSubmit :: forall msg. msg -> Attribute msg

#onSuspend Source

onSuspend :: forall msg. msg -> Attribute msg

#onTimeupdate Source

onTimeupdate :: forall msg. msg -> Attribute msg

#onToggle Source

onToggle :: forall msg. msg -> Attribute msg

#onUnload Source

onUnload :: forall msg. msg -> Attribute msg

#onVolumechange Source

onVolumechange :: forall msg. msg -> Attribute msg

#onWaiting Source

onWaiting :: forall msg. msg -> Attribute msg

#onWheel Source

onWheel :: forall msg. msg -> Attribute msg