Module Ext_dom_AbstractElement


module Ext_dom_AbstractElement: sig .. end
...



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
val get_static : unit -> statics Js.t
Static instance for lazy-loaded modules.
val static : statics Js.t
Static instance.
val fly : 'a Js.t -> Js.js_string Js.t Js.optdef -> 'b Js.t
See method statics.fly
val fromPoint : Js.number Js.t -> Js.number Js.t -> Js.js_string Js.t
See method statics.fromPoint
val get : 'a Js.t -> 'b Js.t
See method statics.get
val getDocumentHeight : unit -> Js.number Js.t
See method statics.getDocumentHeight
val getDocumentWidth : unit -> Js.number Js.t
See method statics.getDocumentWidth
val getOrientation : unit -> Js.js_string Js.t
See method statics.getOrientation
val getViewSize : unit -> 'a Js.t
See method statics.getViewSize
val getViewportHeight : unit -> Js.number Js.t
See method statics.getViewportHeight
val getViewportWidth : unit -> Js.number Js.t
See method statics.getViewportWidth
val mergeClsList : 'a Js.t -> 'b Js.t -> 'c Js.js_array Js.t
See method statics.mergeClsList
val normalize : Js.js_string Js.t -> Js.js_string Js.t
See method statics.normalize
val parseBox : 'a Js.t -> 'b Js.t
See method statics.parseBox
val parseStyles : Js.js_string Js.t -> 'a Js.t
See method statics.parseStyles
val removeCls : 'a Js.t -> 'b Js.t -> 'c Js.js_array Js.t
See method statics.removeCls
val unitizeBox : 'a Js.t -> Js.js_string Js.t -> Js.js_string Js.t
See method statics.unitizeBox
val of_configs : configs Js.t -> t Js.t
of_configs c casts a config object c to an instance of class t
val to_configs : t Js.t -> configs Js.t
to_configs o casts instance o of class t to a config object