Skip to content

Dom.Remove

boxgaming edited this page Sep 25, 2023 · 2 revisions

Removes an html element from the page.

Syntax

Dom.Remove element

Parameters

  • The element parameter indicates which element should be removed from the current html document.
    It can be either the object returned from a previous Dom.Create method or Dom.Get method or the String id of the element to remove.

See Also

Dom.Add Dom.Container Dom.Create Dom.Event Dom.Get Dom.GetImage

Clone this wiki locally