HTMLObjectElement.GetElementByTagName

Syntax:

GetElementByTagName()

Returned value:

Type: DOMElementList.
A list of DOM nodes (elements), that are children of this node, in the sequence they are used in the document.

Description:

Gets all elements with name indicated.

Availability:

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

Note:

You can use an asterisk predefined template ('*'), that means all Element tree nodes should be selected.

    

1C:Enterprise Developer's Community