Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

parseFromUrl method

Developers.QuiXparseFromUrl History

Hide minor edits - Show changes to markup

October 02, 2007, at 08:50 AM by Thomas Bellos -
Changed lines 3-4 from:

The parseFromUrl method, as the 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 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:
Parameterss : Required. XML encoded element.
oncomplete : Required. Callback function
to:
Parameterss : 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 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 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 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 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 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

Syntax
widget.parseFromUrl(s, oncomplete);
Parameterss : Required. XML encoded element.
oncomplete : Required. Callback function
Returns-
Page last modified on October 02, 2007, at 08:50 AM