Components

Components are used to generate texts and elements. Similar to Auto-Text in Word. With the exception that the content is generated server-side.

A component or also a tag can be used in the elements of the Library and with the Messages.

Defining a Tag

A tag is defined with [sys: and closed with ]. After the [sys: the command must follow directly without spaces. The commands are explained further in the chapter below.

Within a tag, parameters can then be defined as follows:

[sys:date format="d.m.Y H:i:s" t="%variable%"]

If multiple parameters are defined, they can be separated by a space. Variables can also be defined directly. If a parameter value contains a space, the parameter must be declared using "Value".

It is also possible for a parameter to use an array. This is then defined as follows, separated by commas:

[sys:plot color=#F44336,#4CAF50]

Subordinate Pages