Class type Dom.select


class type select = object .. end
Inherits
method _get_type : string
method _get_selectedIndex : int
method _set_selectedIndex : int -> unit
method _get_value : string
method _set_value : string -> unit
method _get_length : int
method _get_form : form
method _get_options : option array
method _get_multiple : bool
method _set_multiple : bool -> unit
method _get_name : string
method _set_name : string -> unit
method _get_size : int
method _set_size : int -> unit
method _set_onchange : (unit -> unit) -> unit
method add : option -> option -> unit
method add_ie_ : option -> int -> unit
method remove : int -> unit