Class type Dom_html.formElement

inherit element
method elements : element collection Js.t Js.readonly_prop
method length : int Js.readonly_prop
method acceptCharset : Js.js_string Js.t Js.prop
method action : Js.js_string Js.t Js.prop
method enctype : Js.js_string Js.t Js.prop
method _method : Js.js_string Js.t Js.prop
method target : Js.js_string Js.t Js.prop
method submit : unit Js.meth
method reset : unit Js.meth
method onsubmit : ('self Js.tevent Js.t) event_listener Js.writeonly_prop