move([dx], [dy])

Class: TextField. Method inherited from UIComponent.

Description:

Moves the component by adding the specified x and y values to its current position.
The function shifts the element's position relative to current position.

Parameters:

Name Type Default Description

[dx]

number

0

Delta x (can be positive or negative number)

[dy]

number

0

Delta y (can be positive or negative number)

Returns:

Returns this component.

Type: this