Skip to content

Dom.Get

boxgaming edited this page Sep 25, 2023 · 2 revisions

Returns an html element for a specified id.

Syntax

domElement = Dom.Get (elementId$)

Parameters

  • The elementId$ parameter indicates the id of html element to be retrieved.

See Also

Dom.Add Dom.Container Dom.Create Dom.Event Dom.GetImage Dom.Remove

Clone this wiki locally