Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
show-titlefalse
titleDescription

As shown in the tip 

Static Document Link
documentCompact Columns
, the
Static Document Link
documentDisplay Table Macro
 allows to render multiple properties in a single table column. Thus tables are rendered more compact, making it easier for readers to browse the content of a page.

With version 4.5 of the projectdoc Toolbox this feature is also available for the 

Static Document Link
documentTour Macro
. This tip shows how to use this feature.

...

Section
titlePrerequisites
This article assumes that you have read 
Static Document Link
documentCompact Columns
.


Section
titleRender Template

A render template references property values by name. A reference is introduced by the dollar sign ($). The name of the referenced property is wrapped in curly braces ({ and }). So to render the value of the property Level of Experience, the following would access the value of the property:

Code Block
languagetext
${Level of Experience}

In case you need to render a link with the property value, use the square brackets ([ and ]):

Code Block
languagetext
$[Name]

With the  the the 

Static Document Link
documentDisplay Table Macro
 the rendering template is added in the Select parameter. The  expects The 
Static Document Link
documentTour Macro
 expects the template in a column header.

Content Marker
hidetrue


Tour
render-as-definition-listtrue
replace-title-with-nametrue




The rendered tour:

Since version 4.6 of the projectdoc Toolbox, the render template can also be used in definition list mode.

...