Forums / Developer / To use attribute_view_gui instead of node_view_gui in dynamic blocks of ezflow
Romeo Antony
Sunday 20 June 2010 4:09:19 am
Hi, i need to display an article's, image at the left column and heading , summary at the right side of the column .I am using ezflow dynamic blocks.I found that rotaton can be applied to dynamic block if we use node prperty {foreach $valid_nodes as $valid_node} {node_view_gui view='block_item' image_class='block2items1' content_node=$valid_node}{delimiter}
instead of {attribute_view_gui attribute}
but i want to use attribute_view_gui attribute in forloops for dynamic blcoks .how do I do that .Have anyone did this before.?
Luc Chase
Saturday 26 June 2010 4:29:09 pm
Maybe I don't understand what you're asking.... you want to show just one attribute of $valid_node?
{attribute_view_gui attribute=$valid_node.data_map.name}
The Web Application Service Provider