Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

getHeight method

Developers.QuiXgetHeight History

Hide minor edits - Show changes to markup

October 01, 2007, at 02:38 PM by Thomas Bellos -
Changed line 12 from:
ReturnsInteger Widget height.
to:
ReturnsInteger Widget height.
October 01, 2007, at 02:38 PM by Thomas Bellos -
Changed line 11 from:
Parametersb : Required. Boolean indicating whether the top and bottom padding along with the border width will be calculated
to:
Parametersb : Required. Boolean indicating whether the top and bottom padding along with the border width will be calculated.
October 01, 2007, at 02:37 PM by Thomas Bellos -
Changed line 11 from:
Parametersb : Required. Boolean indicating whether the top and bottom padding along with the border width will be calculated ''
to:
Parametersb : Required. Boolean indicating whether the top and bottom padding along with the border width will be calculated
October 01, 2007, at 02:37 PM by Thomas Bellos -
Changed line 9 from:

widget.getHeight();

to:

widget.getHeight(b);

Changed line 11 from:
Parameters-
to:
Parametersb : Required. Boolean indicating whether the top and bottom padding along with the border width will be calculated ''
October 01, 2007, at 02:20 PM by Thomas Bellos -
Added lines 1-12:

(:title getHeight method:)

The getHeight returns the widget's height.

Syntax

Syntax
widget.getHeight();
Parameters-
ReturnsInteger Widget height.
Page last modified on October 01, 2007, at 02:38 PM