Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

resize method

The resize 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