...
It is also possible to add your own print button to any workflow step by adding a message control with the following html. Note that a custom print button will print the current activity step step and not the entire workflow. Also the current activity step will print even if the activitystep's print property is unchecked.
Code Block | ||
---|---|---|
| ||
<center> <a title="Print this form" onclick="_frevvo.api.forms.printer.printFlowStep(this);" href="#" class="f-tb-print"><span id="f-form-tb-print-span">Print Form<Flow</span><a> </a>center> |
The _frevvo.api.printFlowStep(this) for the onlclick onclick handler javascript has been deprecated. See printing forms for more details on how to add a print message control.