void oBXEditorUtils.BXRemoveAllChild( object pNode );
The oBXEditorUtils.BXRemoveAllChild method removes all child nodes of an element passed in pNode.
ParametersParameter | Description |
---|---|
pNode | The document DOM node whose child items are to be removed. |
<script> var oTable = document.getElementById('tableId'); //Remove child nodes of the id='tableId' table oBXEditorUtils.BXRemoveAllChild(oTable); </script>
© 2001-2007 Bitrix | Bitrix Site Manager |