Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

parseFromUrl method

Developers.QuiXparseFromUrl History

Hide minor edits - Show changes to output

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

The '''parseFromUrl''' method, as the [[(Developers.QuiX)appendChild]], accepts an XML encoded element from a URL as the fisrt argument and a callback function to associate with the element as the second.

!! Syntax

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