Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

resize method

Developers.QuiXresize History

Hide minor edits - Show changes to markup

October 02, 2007, at 09:14 AM by Tassos Koutsovassilis -
Changed lines 3-4 from:

The print method resizes the dimensions of the widget to the given values.

to:

The resize method resizes the dimensions of the widget to the given values.

October 02, 2007, at 06:55 AM by Thomas Bellos -
Added lines 1-12:

(:title resize method:)

The print method resizes the dimensions of the widget to the given values.

Syntax

Syntax
widget.resize(x, y);
Parametersx : Required. Integer indicating the widget's width.
y : Required. Integer indicating the widget's height
Returns-
Page last modified on October 02, 2007, at 09:14 AM