Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

getWidgetById method

Developers.QuiXgetWidgetById History

Hide minor edits - Show changes to output

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

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.getWidgetById(sid);
@]||
||!Parameters|| ''sid'' : Required. String indicating the id to search for. ||
||!Returns||''null'', ''Object'' or ''Object Array''. ||
Page last modified on October 01, 2007, at 03:37 PM