Class type Dom_html.formElement
inherit element
method elements : element collection Js.t Js.readonly_propmethod length : int Js.readonly_propmethod acceptCharset : Js.js_string Js.t Js.propmethod action : Js.js_string Js.t Js.propmethod enctype : Js.js_string Js.t Js.propmethod _method : Js.js_string Js.t Js.propmethod target : Js.js_string Js.t Js.propmethod submit : unit Js.methmethod reset : unit Js.methmethod onsubmit : ('self Js.t, event Js.t) event_listener Js.writeonly_prop