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.
jQuery Select Example
johnny said: oh, great. I help me a lot. Thanks!!!
[More]
Multiple File Uploads in ColdFusion
Robert N. said: Hi,
I'd like to be able to upload multiple files as part of a form submission. Is this possible wi...
[More]
Coldbox datasource setting and Wirebox
Bummed Out said: Just starting out with ColdBox 3.1.0 and ready to give up because I can't access my data source sett...
[More]
CFGrid Event Listeners
steve said: I was wondering if there was an event to handle the refreshing of new data either from the initial l...
[More]
Getting the public IP address of a visitor
Ken Hughes said: Could you use the accept-language browser header? If it's en-US, treat them as in the USA, otherwise...
[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