Ibrahim Khachab
|
Thursday 23 September 2004 1:22:14 am
Hi all, I'm unable to figure out how to prepare the $rows parameter for the pdf table operator
{pdf(table, $rows, hash( [ showLines, value, ] ..............
Any help/example? Thanks
|
Ibrahim Khachab
|
Thursday 23 September 2004 3:15:49 am
Hi Kåre,
I'm using ezpublish-3.4.0. The code I'm using is the following
{let images=fetch('content',list,hash(parent_node_id,$node.main_node_id, class_filter_type, include, class_filter_array,array(5)))}
{section name=image loop=$images}
{pdf( image, hash( src,$image:item.data_map.image.content["medium"].full_path,
width,$image:item.data_map.image.content["medium"].width,
height,$image:item.data_map.image.content["medium"].height ) ) }
{/section}
{/let}
I tried to put a {pdf( newline )} after every image outpu in the loop without success. Thanks
|