Control.addToNode

Syntax

addToNode(node);

Parameters

node. The DOM node, to which a component will be added.

Description

The addToNode method adds component to the specified nod.

Comments

The method is used if value is not set to the ParentNode property.

Example

The property use is given in description of the Control.getAnimation property.

See also:

Control