This page last changed on Oct 18, 2011 by jed.wheeler@involver.com.
Overview
Displays a link to a popup window that contains additional details about an open_graph_item.
Configuration
Just pass an open_graph_item into the tag, the rest is handled for you.
Attributes
name |
type |
required |
description |
dialog_title |
string |
false |
Title of the dialog window. |
dialog_height |
integer |
false |
Height of the dialog window. |
dialog_width |
integer |
false |
Width of the dialog window. |
class |
string |
false |
Class to place on the a href. |
div_id |
string |
false |
Display template in div_id instead of popup window. |
Examples
{% open_graph_gallery %}
{% for node in open_graph_gallery.nodes %}
{% open_graph_gallery_dialog_link node %}Popup Dialog{% endopen_graph_gallery_dialog_link %}
{% endfor %}
{% endopen_graph_gallery %}
Related Topics
|