This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Generator\PrintVersion

Shows the SubmittedOK template again, but with page type 98. You can use this to show a print version of this view.

Version added

1.0.0

Example code

... {
  class = Generator\PrintVersion
  config {
    linkText = Print
    linkTarget = _blank
  }
}

Properties

.linkTarget

The value of the attribute “target”

Data type

String | cObj

Default value

_self

Version added

1.0.0

.linkText

Configure a custom link text.
You can also configure this text in a translation file using the key “print”.

Data type

String | cObj

Default value

Print

Version added

1.0.0