Description
Moves control to specified position that defines the top left corner of the control.
Syntax
control.moveTo( left, top )
Parameters
Parameter | Description |
---|---|
left | Value that will be set to the control.style.left |
top | Value that will be set to the control.style.top |