HTMLImageElement.GetAttributeNode

Syntax:

GetAttributeNode(<Name>)

Parameters:

<Name> (optional)

Type: String.
An attribute name.

Returned value:

Type: HTMLAttribute; Undefined.
If the element has no attribute with the specified parameters, the Undefined value will be returned.

Description:

Returns an attribute node by a specified name.

Availability:

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

    

1C:Enterprise Developer's Community