projectdoc Toolbox

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.

Prerequisites

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"/>

Template Variables

The following list of variables are available in templates.

NameShort DescriptionSince
Auto Identifier
A template variable for an auto-generated identifier.
2.6
Document Name
The name of the document as specified by the user in the wizard.
1.0
Document Short Description
The short description for the document as specified by the user in the wizard.
1.0