HTMLTableCellElement.SetIdAttributeNode

Syntax:

SetIdAttributeNode(<Attribute>, <IsID>)

Parameters:

<Attribute> (required)

Type: HTMLAttribute.
An element attribute.

<IsID> (required)

Type: Boolean.
An identifier flag.

Description:

Sets an identifier flag to the attribute.
If the <IsID> parameter = True, the specified attribute becomes "a user-defined identifier".
Exception reasons:
  • this node is read-only;
  • the specified attribute is not an attribute of this element.

Availability:

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

Note:

The method does not change the schema set in the document.

    

1C:Enterprise Developer's Community