SAPO::Communication.Syndication->run
This method will load a JSON object (identified with param ID) 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 = myobject->push(<json_uri>, {<options>});
myobject->run(id);
Compatibility
| Firefox 1.x | Yes |
| Safari 2 | Yes |
| IE6 | Yes |
| IE7 | Yes |
| Opera | Yes |
Depends
Input Parameters
- (number) ID : Id of inserted feed.
Sample
http://js.sapo.pt/SAPO/Communication/Syndication/sample/index.html
Community feedback