Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

moveTo method

Developers.QuiXmoveTo History

Hide minor edits - Show changes to markup

October 01, 2007, at 03:43 PM by Thomas Bellos -
Changed line 11 from:
Parametersx : Required. Integer indicating the widget's top position
y : Required. Integer indicating the widget's left position.
to:
Parametersx : Required. Integer indicating the widget's left position
y : Required. Integer indicating the widget's top position.
October 01, 2007, at 03:43 PM by Thomas Bellos -
Added lines 1-12:

(:title 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 top position
y : Required. Integer indicating the widget's left position.
Returns-
Page last modified on October 01, 2007, at 03:43 PM