From Porcupine wiki

Developers: parseFromString method

The parseFromString method accepts an XML QuiX string as the first argument and a callback function which is called right after the new UI is rendered as the second. The first argument of the callback function is the root widget of the XML string.

Syntax

Syntax
widget.parseFromString(s, oncomplete);
Parameterss : Required. XML QuiX string.
oncomplete : Optional. Callback function
Returns-
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXparseFromString
Page last modified on October 02, 2007, at 08:47 AM