HTML API
removeChild
Removes the element from the tree it belongs to.
Throws an exception when the application cannot find a match for the element. See HTML live edit for further information.
tilepieces.core.htmlMatch.removeChild(element);
Parameters
- element
- A DOM element to be deleted from the document
Return Value
None.