removeChild(oldChild )
|
|
Parameters
|
ComponentoldChild
The component to remove.
|
Returns
|
Component. The component being removed.
|
Throws
|
WindowException
NOT_FOUND_ERR: Raised if oldChild is not a child of this component.
|