attribute_view_gui
Summary
Outputs the view template for a content object attribute.Usage
{attribute_view_gui attribute=attribute [ parameter=value [...] ]}
Parameters
Name | Type | Description | Required |
---|---|---|---|
attribute | object | The target content object attribute. | Yes. |
parameters | any | Parameter(s) that will be passed to the included template. | No. |
Description
This function shows the view interface for a content object attribute. The attribute must be specified (as a "ezcontentobjectattribute" object) using the "attribute" parameter. All other parameters (of any type) will be passed on and thus become available as template variables in the included template.
Balazs Halasy (06/02/2004 1:14 pm)
Balazs Halasy (28/04/2005 2:12 pm)
Comments
Exemple
Sunday 21 August 2005 1:21:02 pm
Stéphane
It would be usefull to have an exemple on how to use parameter with attribute_view_gui function.
Thank
Re: Exemple
Friday 13 January 2006 3:31:05 pm
Seth Gottlieb
{attribute_view_gui attribute=$node.object.data_map.file link_text='Download'}
Then in your attribute template you can access this variable by doing something like:
{$link_text}
Images
Tuesday 25 July 2006 6:47:05 pm
Kristian Hole
{attribute_view_gui attribute=$node.object.data_map.myimage image_class='large'}
Where the sizes are defined in image.ini.
attribute_view_gui
Monday 22 January 2007 8:14:11 am
lixuefeng
Re: attribute_view_gui
Monday 22 January 2007 8:24:16 am
xuefeng_lee
Re: Re: attribute_view_gui
Monday 03 November 2008 4:14:56 pm
guillaume
p {
margin:0px;
}
But it will disable the return of your xmls too during your edition, so create a class where you dont want to see this balise, like that:
p.hidep{
margin:0px;
}
All the p balise in the div or td with this class will be disable (and not the others).