Friday 07 October 2005 8:47:46 am
If you use attribute_view_gui to display a image of the Image datatype, you can pass variable to it. That is done like this:
{attribute_view_gui attribute=$node.data_map.my_image text="This is a passed string"}
Inside the view of the datatype (/content/datatype/view/ezimage.tpl) the variable $text is then available. Did this answer your question?
Kristian
http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute
|