Class type Ext_util_ElementContainer.t


class type t = object .. end
Inherits
method addChildEls : unit Js.meth

Adds each argument passed to this method to the childEls array.


method removeChildEls : 'a. 'a Js.callback -> unit Js.meth

Removes items in the childEls array based on the return value of a supplied test function. The function is called with a entry in childEls and if the test function return true, that entry is removed. If false, that entry is kept.

Parameters: