From Porcupine wiki

Developers: 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.
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXgetWidgetsByType
Page last modified on October 01, 2007, at 03:37 PM