Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2009 at 13:51 UTC
Updated:
8 Dec 2009 at 12:55 UTC
Trying to grasp the concept of this mod and if it will support "firing off" a new popup, as opposed to popup-enabling a link.
I'd like my module to display a node (nid specificed in code) via a popup without user intervention. Is this possible?
Comments
Comment #1
dlumberg commentedI just did this to bind to a checkbox, here is a rough example to fire the jQuery for the Popups API with a binding to an onClick to an id.
I'm sure somebody could make this prettier.
Comment #2
Todd Young commentedHmm. That looks helpful, thanks. I have an experience gap to overcome in order to connect the answer to the question though, I will give it a whirl.