 | Reference guide using the application... last change: 11.08.2026 23:25 |
Dynamic content
By defining the content of fragments, you may use so called Lambda functions...
At specified place in content or properties of fragment, is neede to insert one of following texts closed by characters @
Example: @Green@
 | lambda functionalities... |
Information data
When defining the content of a fragment, it is possible to reference data contained in the information (standard or custom, created via a Field type fragment)
In the appropriate place in the fragment content, you need to insert one of the following texts closed by characters #
Example: #title#
 | properties of an information... |
Custom fields are referenced by their name.
Variables
When defining the content of a fragment, it is possible to reference variables defined before the given fragment...
Variables are referenced by their name and closed by characters %
Example: %variableName%