dindinet / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

onclickAlbumThumb - Does is work? #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi - I'd like to have the SlimBox or Fancy Box appear when I select an
Album - without having to go through to the thumbnails/description page.

I saw you have added a function 'onclickAlbumThumb' - but it does not
appear to be working... or else I am using it wrong.

I was trying to use it the same way you would the 'popuExt' function.

onclickAlbumThumb: function(photos){
 photos.fancybox({
  'hideOnContentClick': false,
 })
}

All help would be appreciated.

Original issue reported on code.google.com by nco...@gmail.com on 3 Mar 2010 at 1:13

GoogleCodeExporter commented 9 years ago
It doesn't work this way, this function only gives back the album details,not 
the 
actual photos.
What you would need to do is popup a Slimbox and load a different HTML page in 
it 
containing only the album. It won't work dynamically at this moment.
I understand your request, it has actually been asked before in issue 20, but 
no go for 
now.

Original comment by jdiderik on 3 Mar 2010 at 1:27