The new version of lightbox has been released. There are some cool new features to check out so make sure you go download the new version.
CFMU 1.0 Released
Dan Vega said: What version of ColdFusion are you using? If you are using 9 multi file uploads are pretty easy now ...
[More]
CFMU 1.0 Released
notthatbright said: Hi Dan,
Additionally this is what i get as output from flash
Error: Error #2014: Feature is not av...
[More]
CFMU 1.0 Released
notverybright said: Hi Dan,
I'm also having problems with the onComplete function. It seems it's failing and not genera...
[More]
Runners, I need your advice
Matt W said: Hey Dan,
I was in a similar boat about 4 years ago. I had been running here and there, doing a bit ...
[More]
Runners, I need your advice
Jon Dowdle said: I'm not a runner (so take this as you will) but a great intro into strength training is this book: S...
[More]
The new version of lightbox has been released. There are some cool new features to check out so make sure you go download the new version.
#1 by Mike on 2/28/07 - 11:53 PM
#2 by Dan on 2/28/07 - 11:57 PM
It is really a great feature for viewing larger images and adding some jazz to a site. I am working on a new example & post about lightbox so stay on the lookout.
#3 by Bud HInes on 5/10/09 - 8:33 AM
Speaking of lightbox, I have been trying to kickoff lightbox from an image in my ext grid. Lightbox requires this tag
<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>.
I tried this just using the cfgridcolumn href=" " but it produces errors when I add rel="lightbox".
Do you have any experience invoking lightbox from an image displayed in a gridrow?
thanks,
Bud