Posted by Apfel007 on March 19, 2010 at 2:30pm
3 followers
Jump to:
| Project: | Views Slideshow: ImageFlow |
| Version: | 6.x-1.0-beta1 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
today I tried to implement a popup function on the gallery images.
The lightbox solution works - I'm able to display a node in the lightbox popup. :-)
But how could I implement a popup from http://drupal.org/project/popups ?
Thanx for your hints..
Comments
#1
how did you do this????
#2
i did it inside a normal poopup using this for onclick
function() {window.open(this.url, '_blank',
'width=427,height=298,left=200,top=200');}
#3
This is for ColorBox
function() { jQuery.colorbox( { href:this.getAttribute('longdesc'), title:this.title, iframe:true, innerWidth:480, innerHeight:390 } ); }