Lightbox?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Lightbox?

Boris Popov, DeepCove Labs (SNN)
Has anyone used Lightbox JS or Lightbox Plus from Seaside at all? I'm
looking for a good way to show large images online and this seemed like a
good way of doing it.

http://www.huddletogether.com/projects/lightbox/
http://serennz.cool.ne.jp/sb/sp/lightbox/

Thanks!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Lightbox?

Lukas Renggli
> Has anyone used Lightbox JS or Lightbox Plus from Seaside at all? I'm
> looking for a good way to show large images online and this seemed like a
> good way of doing it.

The Seaside script.aculo.us package has some experimental support for
a lighbox using a special #call: like method.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

RE: Lightbox?

Boris Popov, DeepCove Labs (SNN)
In reply to this post by Boris Popov, DeepCove Labs (SNN)
I actually got it working fairly easily once again proving Seaside's
greatness. I basically created LightboxScripts and LightboxStyles from the
download, added them to the app's libraries, set the 'rel' attibute of a
link to 'lightbox' and voila! I exposed the actual resources via ImageTools
and modified the script to reference the right locations as well.

I'll publish the VisualWorks version to the public repository once I find my
login details.

Thanks!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Lukas
Renggli
Sent: Thursday, May 25, 2006 1:55 PM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] Lightbox?

> Has anyone used Lightbox JS or Lightbox Plus from Seaside at all? I'm
> looking for a good way to show large images online and this seemed like a
> good way of doing it.

The Seaside script.aculo.us package has some experimental support for
a lighbox using a special #call: like method.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

smime.p7s (4K) Download Attachment