1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
2 Dom.Get
boxgaming edited this page 2023-09-25 13:50:57 -05:00

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