Versions Compared

Key

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

...

It is also possible to add your own print button to any workflow step by adding a message control with &print=true&format=PDF. This the following html. Note however that a custom print button will print the current activity step and not the entire workflow. Also the current activity will print even if the activity's print property is unchecked.

Code Block
languagehtml/xml
<a title="Print this form" onclick="_frevvo.api.printFlowStep(this);" href="#" class="f-tb-print"><span id="f-form-tb-print-span">Print Form</span></a>

  See printing forms for more details on how to add a print message control. Note that this will enable the user to print the current step even if this activity's print property is unchecked.