← all modules

Std.Html.Events

Std.Html.Events
  Std.Html.Events — typed DOM event handlers for Std.Html (Layer 3 Sky source).

Values
  fileMaxHeight : Int -> Attribute msg
  fileMaxSize : Int -> Attribute msg
  fileMaxWidth : Int -> Attribute msg
  on : String -> a -> Attribute msg
  onBlur : msg -> Attribute msg
  onChange : (String -> msg) -> Attribute msg
  onCheck : (Bool -> msg) -> Attribute msg
  onClick : msg -> Attribute msg
  onContextMenu : msg -> Attribute msg
  onDblClick : msg -> Attribute msg
  onError : msg -> Attribute msg
  onFile : (String -> msg) -> Attribute msg
  onFocus : msg -> Attribute msg
  onImage : (String -> msg) -> Attribute msg
  onInput : (String -> msg) -> Attribute msg
  onKeyDown : (String -> msg) -> Attribute msg
  onKeyPress : (String -> msg) -> Attribute msg
  onKeyUp : (String -> msg) -> Attribute msg
  onLoad : msg -> Attribute msg
  onMouseDown : msg -> Attribute msg
  onMouseOut : msg -> Attribute msg
  onMouseOver : msg -> Attribute msg
  onMouseUp : msg -> Attribute msg
  onReset : msg -> Attribute msg
  onScroll : msg -> Attribute msg
  onSelect : msg -> Attribute msg
  onSubmit : a -> Attribute msg