SAPO::Communication.Syndication->removeAll
This method will remove all feeds added with SAPO::Communication.Syndication->push
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->removeAll();
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