Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

getWidgetById method

Developers.QuiXgetWidgetById History

Hide minor edits - Show changes to markup

October 01, 2007, at 03:37 PM by Thomas Bellos -
Changed lines 3-4 from:

The getWidgetById searches the widget and its children for the requested id. Returns null if nothing has been found, one Object if one match is found or an array of Objects, in case of multiple matches.

to:

The getWidgetById searches the widget's children for the requested id. Returns null if nothing has been found, one Object if one match is found or an array of Objects, in case of multiple matches.

October 01, 2007, at 03:31 PM by Thomas Bellos -
Added lines 1-13:

(:title getWidgetById method:)

The getWidgetById searches the widget and its children for the requested id. Returns null if nothing has been found, one Object if one match is found or an array of Objects, in case of multiple matches.

Syntax

Syntax
widget.getWidgetById(sid);
Parameterssid : Required. String indicating the id to search for.
Returnsnull, Object or Object Array.
Page last modified on October 01, 2007, at 03:37 PM