ez.no / exponential / documentation / reference / template functions / gui / attribute_pdf_gui
{attribute_pdf_gui attribute=$attribute [ parameter=$value [ ... ] ] }
| Name | Type | Description | Required |
|---|---|---|---|
| attribute | object | The content object attribute. | Yes. |
| other parameters | mixed | Parameters passed to the GUI template. | No. |
The code for generating PDF from content attribute
Shows content attribute PDF GUI. You must supply the attribute parameter. Any other parameters are passed on as template variables.
{attribute_pdf_gui attribute=$object.data_map.title}
Comments