Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 13:39 UTC
Updated:
26 Jun 2011 at 02:12 UTC
Hi,
I installed the popups API and set a view to a new content type I crated.
In the view settings I set one of the fields to "Output this field as a link" with link to node/[nid]/edit.
How I display this link to the user in a popup window?
Thanks.
Comments
Comment #1
gotcha41 commentedThis is exactly what I'm trying to figure out as well. I'm sure Popups API has the functionality to do it (I've seen it on the module's testpage), and I don't manage to integrate it with the views option ("output as a link" or "link to node"). I am currently using Lightbox2, but this module has limitations as it is designed to handle images. Help would be greatly appreciated, thanks
EDIT:
I switched to the modalframe and automodal module for opening dialogs (http://drupal.org/project/modalframe and http://drupal.org/project/automodal). In my case, it solved my issue.