Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

getWidgetById method

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.

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