Class type Dom.element


class type element = object .. end
Inherits
method _get_accessKey : string
method _set_accessKey : string -> unit
method _get_className : string
method _set_className : string -> unit
method _get_disabled : bool
method _set_disabled : bool -> unit
method _get_id : string
method _set_id : string -> unit
method _get_innerHTML : string
method _set_innerHTML : string -> unit
method _get_offsetWidth : int
method _get_offsetHeight : int
method _get_offsetLeft : int
method _get_offsetTop : int
method _get_scrollWidth : int
method _get_scrollHeight : int
method _get_scrollLeft : int
method _get_scrollTop : int
method _get_style : style
method _get_tabIndex : int
method _set_tabIndex : int -> unit
method _get_tagName : string
method _set_title : string -> unit
method _get_title : string
method addEventListener : string -> (event -> unit) -> bool -> unit
method addEventListener_mouseEvent_ : string -> (mouseEvent -> unit) -> bool -> unit
method addEventListener_keyEvent_ : string -> (keyEvent -> unit) -> bool -> unit
method blur : unit
method click : unit
method dispatchEvent : 'a. (#event as 'a) -> unit
method focus : unit
method getAttribute : string -> string
method getElementsByTagName : 'b. string -> 'b
method removeAttribute : string -> unit
method removeEventListener : string -> (event -> unit) -> bool -> unit
method removeEventListener_mouseEvent_ : string -> (mouseEvent -> unit) -> bool -> unit
method removeEventListener_keyEvent_ : string -> (keyEvent -> unit) -> bool -> unit
method setAttribute : string -> string -> unit
method _set_onblur : (event -> bool) -> unit
method _set_onclick : (mouseEvent -> bool) -> unit
method _set_oncontextmenu : (mouseEvent -> bool) -> unit
method _set_ondblclick : (mouseEvent -> bool) -> unit
method _set_onfocus : (event -> bool) -> unit
method _set_onkeydown : (keyEvent -> bool) -> unit
method _set_onkeypress : (keyEvent -> bool) -> unit
method _set_onkeyup : (keyEvent -> bool) -> unit
method _set_onmousedown : (mouseEvent -> bool) -> unit
method _set_onmousemove : (mouseEvent -> bool) -> unit
method _set_onmouseout : (mouseEvent -> bool) -> unit
method _set_onmouseover : (mouseEvent -> bool) -> unit
method _set_onmouseup : (mouseEvent -> bool) -> unit
method _set_onresize : (event -> bool) -> unit