Class type Ext_container_DockingContainer.t


class type t = object .. end
Inherits
method addDocked : 'a.
'a Js.t ->
Js.number Js.t Js.optdef -> Ext_Component.t Js.js_array Js.t Js.meth

Adds docked item(s) to the container.

Parameters:

Returns:


method getDockedComponent : 'b 'c. 'b Js.t -> (#Ext_Component.t as 'c) Js.t Js.meth

Finds a docked component by id, itemId or position. Also see getDockedItems

Parameters:

Returns:


method getDockedItems : Js.js_string Js.t -> bool Js.t -> Ext_Component.t Js.js_array Js.t Js.meth

Retrieves an array of all currently docked Components.

For example to find a toolbar that has been docked at top:

panel.getDockedItems('toolbar[dock="top"]');

Parameters:

Returns:


method insertDocked : 'd. Js.number Js.t -> 'd Js.t -> unit Js.meth

Inserts docked item(s) to the panel at the indicated position.

Parameters:


method onDockedAdd : 'e. (#Ext_Component.t as 'e) Js.t -> unit Js.meth

Invoked after a docked item is added to the Panel.

Parameters:


method onDockedRemove : 'f. (#Ext_Component.t as 'f) Js.t -> unit Js.meth

Invoked after a docked item is removed from the Panel.

Parameters:


method removeDocked : 'g. (#Ext_Component.t as 'g) Js.t -> bool Js.t Js.optdef -> unit Js.meth

Removes the docked item from the panel.

Parameters: