package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
inherit element
method _type : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method selectedIndex : int Js_of_ocaml__.Js.prop
method value : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method length : int Js_of_ocaml__.Js.prop
method form : formElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.readonly_prop
method options : optionElement collection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method disabled : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method multiple : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method name : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method size : int Js_of_ocaml__.Js.prop
method tabIndex : int Js_of_ocaml__.Js.prop
method add : optGroupElement Js_of_ocaml__.Js.t -> optGroupElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt -> unit Js_of_ocaml__.Js.meth
method remove : int -> unit Js_of_ocaml__.Js.meth
method required : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method onchange : ('self Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.prop
method oninput : ('self Js_of_ocaml__.Js.t, event Js_of_ocaml__.Js.t) event_listener Js_of_ocaml__.Js.prop