Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

moveTo method

The moveTo moves the widget to a new position indicated by the x and y positions.

Syntax

Syntax
widget.moveTo(x, y);
Parametersx : Required. Integer indicating the widget's left position
y : Required. Integer indicating the widget's top position.
Returns-
Page last modified on October 01, 2007, at 03:43 PM