Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

getWidgetsByType method

The getWidgetsByType searches the widget's children for the requested widget type. Returns a widget array containing all the widgets of the specified type.

Syntax

Syntax
widget.getWidgetsByType(wtype);
Parameterswtype : Required. The name of the constructor function of the widget you are searching for.
ReturnsObject Array.
Page last modified on October 01, 2007, at 03:37 PM