Class type Ext_container_DockingContainer.events


class type events = object .. end
Inherits
method dockedadd : 'a 'b 'c.
('a Js.t ->
(#Ext_Component.t as 'b) Js.t -> Js.number Js.t -> 'c Js.t -> unit)
Js.callback Js.writeonly_prop

Fires when any Ext.Component is added or inserted as a docked item.

Parameters:


method dockedremove : 'd 'e 'f.
('d Js.t -> (#Ext_Component.t as 'e) Js.t -> 'f Js.t -> unit) Js.callback
Js.writeonly_prop

Fires when any Ext.Component is removed from the docked items.

Parameters: