Container
Methods
appendChild(control)
Description
Append child adds the passed in control as a child to this control.
Parameters
Name | Type | Description |
---|---|---|
control | Control | A control to add as a child to this control. |
appendChild(controls)
Description
Append child adds the passed in array (or several) controls as a children to this control.
Parameters
Name | Type | Description |
---|---|---|
controls | Array | An array of controls that you'd like to add as children to this control. |
removeChild(control)
Description
Remove child removes the passed in control from the list of children controls it has.
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control to remove from this control. |