Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

getWidgetsByType method

Developers.QuiXgetWidgetsByType History

Hide minor edits - Show changes to markup

October 01, 2007, at 03:37 PM by Thomas Bellos -
Added lines 1-12:

(:title 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