Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

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-
Page last modified on October 02, 2007, at 08:47 AM