Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

moveTo method

Developers.QuiXmoveTo History

Hide minor edits - Show changes to output

October 01, 2007, at 03:43 PM by Thomas Bellos -
Changed line 11 from:
||!Parameters||''x'' : Required. Integer indicating the widget's top position[[<<]]''y'' : Required. Integer indicating the widget's left position. ||
to:
||!Parameters||''x'' : 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

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.moveTo(x, y);
@]||
||!Parameters||''x'' : 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