package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit element
method defaultValue : Js.js_string Js.t Js.prop
method accessKey : Js.js_string Js.t Js.prop
method cols : int Js.prop
method disabled : bool Js.t Js.prop
method readOnly : bool Js.t Js.prop
method rows : int Js.prop
method selectionDirection : Js.js_string Js.t Js.prop
method selectionEnd : int Js.prop
method selectionStart : int Js.prop
method tabIndex : int Js.prop
method value : Js.js_string Js.t Js.prop
method select : unit Js.meth
method required : bool Js.t Js.writeonly_prop
method placeholder : Js.js_string Js.t Js.writeonly_prop
method onselect : ('self Js.t, event Js.t) event_listener Js.prop
method onchange : ('self Js.t, event Js.t) event_listener Js.prop
method oninput : ('self Js.t, event Js.t) event_listener Js.prop
method onblur : ('self Js.t, event Js.t) event_listener Js.prop
method onfocus : ('self Js.t, event Js.t) event_listener Js.prop