Module Ext_dom_Element_Fly


module Ext_dom_Element_Fly: sig .. end
A non-persistent wrapper for a DOM element which m ...

A non-persistent wrapper for a DOM element which may be used to execute methods of Ext.dom.Element upon a DOM element without creating an instance of Ext.dom.Element.

A singleton instance of this class is returned when you use Ext.fly

Because it is a singleton, this Flyweight does not have an ID, and must be used and discarded in a single line. You should not keep and use the reference to this singleton over multiple lines because methods that you call may themselves make use of Ext.fly and may change the DOM element to which the instance refers.



class type t = object .. end
class type configs = object .. end
class type events = object .. end
class type statics = object .. end
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