SAPO::Widget.Photos->printSlideShow
This method will render a Photo from SAPO Fotos based on a JSON object
Syntax
var photos = new SAPO.Widget.Photos(); photos.printSlideShow(feed, [options]);
Input Parameters
- (object) feed : JSON object coming from http://services.sapo.pt/Photos/JSON?tag=KEY&jsonTag=NAME
- (object) options : Method options
- (bool) navigator : Shows photo album navigator
- (integer) maxwidth : Maximum photo width
- (string) divid : Optional placeholder id. If not specified, will rendered inline with the method call.
Compatibility
| All browsers | Yes |
Depends
- http://js.sapo.pt/SAPO/
- http://js.sapo.pt/SAPO/Exception
- http://js.sapo.pt/SAPO/Utility/CSS
- http://js.sapo.pt/SAPO/Utility/Variable
- http://js.sapo.pt/SAPO/Utility/String
- http://js.sapo.pt/SAPO/Widget/Parser
- http://js.sapo.pt/SAPO/Widget/Photos
Sample
http://js.sapo.pt/SAPO/Widget/Photos/sample/photos.html
Other methods from this class
Community feedback