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.

view

Summary

Provides an interface for viewing a node.

View Parameters:

NameIs Ordered?DescriptionExample use
ViewMode Yes The ViewMode might be for example: “full”, “sitemap”, “line”, “embed”, “pdf”,... See http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-functions/Visualization/content_view_gui for more information on how view modes work. /content/view/full/2, /content/view/line/35 (depends on what templates exist)
NodeID Yes The NodeID of the element being viewed. /content/view/full/2, /content/view/full/35
language No Selects the node to be retrieved for use in templates (as variable: $node) in a specified language. It doesn't change the general language of the whole page being viewed. Please note that this filter does not apply to related objects, but to the node being retrieved. /content/view/full/35/(language)/ger-DE
year No This parameter will be passed to templates. Its behavior is not specified and it is up to the templates to do what they want with it. /content/view/full/35/(year)/2012
month No This parameter will be passed to templates. Its behavior is not specified and it is up to the templates to do what they want with it. /content/view/full/35/(year)/2012/(month)/09, /content/view/full/35/(month)/September
day No This parameter will be passed to templates. Its behavior is not specified and it is up to the templates to do what they want with it. /content/view/full/35/(day)17
offset No This parameter will be passed to templates. Its behavior is not specified and it is up to the templates to do what they want with it. /content/view/full/35/(offset)/30

Balazs Halasy (28/02/2005 3:17 pm)

Ricardo Correia (14/05/2013 1:41 pm)

Balazs Halasy, Geir Arne Waaler, Andrea Melo, Ricardo Correia


Comments

There are no comments.