From Porcupine wiki

Developers: 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.

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXgetWidgetById
Page last modified on October 01, 2007, at 03:37 PM