HTMLDocument.GetElementById

Syntax:

GetElementById(<ID>)

Parameters:

<ID> (required)

Type: String.
ID of the required element.

Returned value:

Type: HTMLElement; Undefined.
Node having an attribute with IsId property set to True.

Description:

Returns an element by ID.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

    

1C:Enterprise Developer's Community