Forums / General / how to include ezSelection tpl

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

how to include ezSelection tpl

Author Message

Christine Romel

Monday 25 October 2004 12:25:37 am

Hi,
i need to use the standard tpl: design:content/datatype/edit/ezselection.tpl ..
i've a problem in displaying my contents name in the selection list..i just need a useful documenation page to help me how to include this template in another one..

----------------------------------------------
as an ex. i found: the google.tpl
{let numberOfObjects=10}
{let articleCount=fetch(content,list_count,hash(parent_node_id,$node.node_id ) )}
{let articleList=fetch(content,list,hash(parent_node_id,$node.node_id,limit,$numberOfObjects,class_filter_type,include,class_filter_array,array('article'),sort_by,array(priority,true()),depth,4,offset, $view_parameters.offset) ) }

.....
{include name=navigator
uri='design:navigator/google.tpl'
page_uri=concat( '/content/view/full/', $node.node_id, '/' )
item_count=$articleCount
view_parameters=$view_parameters
item_limit=$numberOfObjects}...

---------------------------------

how can i do as the later with ezselection.tpl..or any other tpl..
i searched a lot..but found nothing useful...
plzzzzz..helpppp..

thanx a lot..