Class type Dom.input


class type input = object .. end
Inherits
method _get_defaultValue : string
method _set_defaultValue : string -> bool
method _get_defaultChecked : bool
method _set_defaultChecked : bool -> unit
method _get_form : form
method _get_accept : string
method _set_accept : string -> unit
method _get_align : string
method _set_align : string -> unit
method _get_alt : string
method _set_alt : string -> unit
method _get_checked : bool
method _set_checked : bool -> unit
method _get_maxLength : int
method _set_maxLength : int -> unit
method _get_name : string
method _set_name : string -> unit
method _get_readOnly : bool
method _set_readOnly : bool -> unit
method _get_size : int
method _set_size : int -> unit
method _get_src : string
method _set_src : string -> unit
method _get_type : string
method _set_type : string -> unit
method _get_useMap : string
method _set_useMap : string -> unit
method _get_value : string
method _set_value : string -> unit
method select : unit
method _set_onchange : (unit -> unit) -> unit