Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

tool_bar

Summary

Outputs the template for a toolbar.

Usage

{tool_bar name=name view=view [ parameter=value [...] ]}

Parameters

NameTypeDescriptionRequired
name string The name of the toolbar. Yes.
view string The view mode that should be used. Yes.
parameter any Parameter(s) that will be passed to the included template. No.

Description

This function can be used to display a toolbar template. The name parameter must be used to specify the name of the toolbar that should be show. The default/standard names are "top", "right" and "bottom" - custom names are also allowed. The "view" parameter can be used to specify a desired view mode ("line", "full", etc.). All other parameters (of any type) will be passed on and thus become available as template variables in the included template.

Examples

Example 1

{tool_bar name='top' view='line'}

Shows a toolbar called "top" using the "line" view mode.

Balazs Halasy (02/06/2004 11:16 am)

Balazs Halasy (28/04/2005 2:20 pm)


Comments

  • reference missing informations

    The tool_bar supports many views. Where do I find the list of supported views? I thought this was a reference....