Class type Dom_html.formElement

class type formElement = object .. end
Inherits
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.
('self Js.t, event Js.t) event_listener Js.writeonly_prop