Module Ext_ZIndexManager


module Ext_ZIndexManager: sig .. end
A class that manages a group of Ext.Component.floa ...

A class that manages a group of Ext.Component.floating Components and provides z-order management, and Component activation behavior, including masking below the active (topmost) Component.

Floating Components which are rendered directly into the document (such as Windows) which are shown are managed by a global instance.

Floating Components which are descendants of floating Containers (for example a BoundList within an Window, or a Menu), are managed by a ZIndexManager owned by that floating Container. Therefore ComboBox dropdowns within Windows will have managed z-indices guaranteed to be correct, relative to the Window.



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