Control.updatePosition

Syntax

updatePosition(parent);

Parameters

parent. Parent DOM node of the component.

Description

The updatePosition method updates size and position when absolute positioning based on the current parameters is used.

Example

The example of method use is given in description of the Control.Anchors property.

See also:

Control