SAPO::Communication.Syndication->runAll
This method will load all JSON object (added with SAPO::Communication.Syndication->push) into the browser and execute arbritary code while it loads, when it loads and or if it fails.
Also, it has a unique feature in which the JSON object name is ignore and automaticaly mapped.
Syntax
var myobject = new SAPO.Communication.Syndication();
var id_1 = myobject->push(<json_uri_1>, {<options_1>});
var id_2 = myobject->push(<json_uri_2>, {<options_2>});
myobject->runAll();
Compatibility
| Firefox 1.x | Yes |
| Safari 2 | Yes |
| IE6 | Yes |
| IE7 | Yes |
| Opera | Yes |
Depends
Input Parameters
Sample
http://js.sapo.pt/SAPO/Communication/Syndication/sample/index.html
Community feedback