Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

parseFromString method

Developers.QuiXparseFromString History

Hide minor edits - Show changes to output

October 02, 2007, at 08:47 AM by Thomas Bellos -
Changed line 11 from:
||!Parameters||''s'' : Required. XML encoded element. [[<<]] ''oncomplete'' : Required. Callback function ||
to:
||!Parameters||''s'' : Required. XML `QuiX string. [[<<]] ''oncomplete'' : Optional. Callback function ||
October 02, 2007, at 08:47 AM by Thomas Bellos -
Changed lines 3-4 from:
The '''parseFromString''' method accepts an XML encoded element as the first argument and a callback function to associate with the element as the second.
to:
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.
October 02, 2007, at 08:43 AM by Thomas Bellos -
Changed lines 3-4 from:
The '''parseFromString''' method accepts an XML encoded element as the fisrt argument and a callback function to associate with the element as the second.
to:
The '''parseFromString''' method accepts an XML encoded element as the first argument and a callback function to associate with the element as the second.
October 02, 2007, at 08:38 AM by Thomas Bellos -
Changed lines 3-4 from:
The '''parseFromString''' method accepts an XML encoded element as the fisrt argument and a callback function to associate with the element as a second.
to:
The '''parseFromString''' method accepts an XML encoded element as the fisrt argument and a callback function to associate with the element as the second.
October 02, 2007, at 08:38 AM by Thomas Bellos -
Changed lines 3-4 from:
The '''parseFromString''' method accepts an XML encoded element as the fisrt argument and a callback function as a second.
to:
The '''parseFromString''' method accepts an XML encoded element as the fisrt argument and a callback function to associate with the element as a second.
October 02, 2007, at 08:37 AM by Thomas Bellos -
Added lines 1-12:
(:title parseFromString method:)

The '''parseFromString''' method accepts an XML encoded element as the fisrt argument and a callback function as a second.

!! Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.parseFromString(s, oncomplete);
@]||
||!Parameters||''s'' : Required. XML encoded element. [[<<]] ''oncomplete'' : Required. Callback function ||
||!Returns|| - ||
Page last modified on October 02, 2007, at 08:47 AM