Saturday 21 May 2005 4:25:03 am
Hello.
No idea what this...
But I would the following
1. Try using the standard attribute_view_gui function This might just be that the datatype is not simply accessible from xxx.content
{attribute_view_gui attribute=$attribute [ parameter=$value [ ... ] ] }
The GUI for viewing content attribute
Shows content attribute edit GUI. You must supply the attribute parameter. Any other parameters
are passed
on as template variables.
{attribute_view_gui attribute=$myAttribute}
If does not work yet
1. Add the PHP vardump operator (see http://www.ez.no/ez_publish/documentation/development/kernel/custom_template_operators )
2. would use vardump to see exactly what'is the var. Good luck.
|