Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
 buildAlbum(json)
 buildImgList(json)
 buildThumbs
C
 clearImgArea
 clearLoadingMsg(g,w)
D
 displayPics
F
 flickrGallery(uOpt), $(ele)
G
 gallery(o)
 getFlickrApiError(json)
 getImgUrl(f,m,i,h,s)
 getNextUid
H
 hideThumbs
I
 init
 insertLoadingMsg(g,w)
 isAlbumPicInfoLoaded(f)
S
 showAlbum(id)
 showGallery
 showImg(n)
 showThumbs
 slideShow
 stopSlideshow
jQuery.flickrGallery.buildAlbum = function (json)
Called when the json from flickr is returned.
jQuery.flickrGallery.buildImgList = function (json)
Processes a flickr.photosets.getPhotos json object returned by the flickr api.
jQuery.flickrGallery.buildThumbs = function ()
Builds the thumbs into the the area that holds them.
jQuery.flickrGallery.clearImgArea = function ()
Clears the area where the images are displayed (class = .flickrGalleryImages) by removing all information about the previously viewed album.
jQuery.flickrGallery.clearLoadingMsg = function (g,
w)
Removes a loading message from the area indicated by the input param.
jQuery.flickrGallery.displayPics = function ()
Displays the images on the page, after their information has been loaded from flickr.
Public method used to initiate the gallery on the page.
jQuery.flickrGallery.gallery = function (o)
Constructor for a gallery object.
jQuery.flickrGallery.getFlickrApiError = function (json)
Returns html table with the error encountered with the api call to flickr.
jQuery.flickrGallery.getImgUrl = function (f,
m,
i,
h,
s)
Generic method that returns the url to a flickr image.
jQuery.flickrGallery.getNextUid = function (pre)
Returns the next Unique Id that should be used when storing the information pertaining to a call.
jQuery.flickrGallery.hideThumbs = function ()
Hides the thumbsnails to the user.
jQuery.flickrGallery.init = function (uId)
Initializes all the albums (if photosets were defined) for the gallery.
jQuery.flickrGallery.insertLoadingMsg = function (g,
w)
Inserts a loading message into different areas of the gallery container.
jQuery.flickrGallery.isAlbumPicInfoLoaded = function (f,
retRef)
Given a flickr photoset id, this method returns true or false indicating whether its photo information has already been loaded.
jQuery.flickrGallery.showAlbum = function (id)
Displays an album on the page.
jQuery.flickrGallery.showGallery = function ()
Shows the list of albums if they are hidden.
jQuery.flickrGallery.showImg = function (n)
Given an image number (int) or the letter p (previous) or n (next) this method display the full size image on the page.
jQuery.flickrGallery.showThumbs = function ()
Shows the thumbsnails to the user.
Turns on the slide show for a particular album.
jQuery.flickrGallery.stopSlideshow = function ()
Stops the slide show if it is currently on.