Active
Project:
Lightbox2
Version:
6.x-1.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2010 at 16:37 UTC
Updated:
24 May 2010 at 19:02 UTC
I would like to display the output of the graphviz filter module which is actually an image + links to other site stujf:
Here is a sample of what the function ccm_graphviz_taxo() I used for the test returns:
![]()
...
I tried the following code in the node's body:
$G = ccm_graphviz_taxo();
" rel="lightframe[][my caption]">TaxoFrame
" rel="lightmodal[][my caption]">TaxoModal
In both TaxoFrame TaxoModal cases the node itself is displayed.
Here is the link to the test node:
http://www.controlchainmanagement.org/node/994
Is this really something Lightbox can do?
If yes, where am I wrong?
Thanks for help
Comments
Comment #1
jvieille commentedThe html code sample return by my ccm_graphviz_taxo() function was wiped of the post
here it is