Thursday 17 March 2005 2:31:13 am
Hi, with the following code I can force to open a link in a new window. (internet_adress is datatype "link")
<a href="{$node.object.data_map.internet_adress.content}" TARGET="_BLANK">
{$node.object.data_map.internet_adress.content} </a>
Is there a way to do this by using only the attribute_view_gui command with special parameter? Where can I find doc about this?
{attribute_view_gui attribute=$node.object.data_map.internet_adress}
|