List of variables provided in the blueprint context for templates.
The projectdoc Toolbox provides a number of variables for template authors in the blueprint context. The variables are easily accessible from a template and their values can be rendered in the new document.
The value of a variable can be accessed from within a template like this.
<at:var at:name="projectdoc.name.of.the.variable"/>
In case the variable contains HTML that should be used verbatim, use the rawxml
attribute.
<at:var at:name="projectdoc.variable.that.contains.html" at:rawxhtml="true"/>
The following list of variables are available in templates.
Name |
Short Description |
Since |
|
A template variable for an auto-generated identifier. |
2.6 |
|
The name of the document as specified by the user in the wizard. |
1.0 |
|
The short description for the document as specified by the user in the wizard. |
1.0 |