Class type Dom_html.outputElement

inherit element
method form : formElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.readonly_prop
method name : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method _type : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method defaultValue : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method value : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.prop
method htmlFor : tokenList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method labels : labelElement Js_of_ocaml__.Dom.nodeList Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt Js_of_ocaml__.Js.readonly_prop
method validity : validityState Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method validationMessage : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method willValidate : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_prop
method checkValidity : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method reportValidity : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method setCustomValidity : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t -> unit Js_of_ocaml__.Js.meth