Section | ||
---|---|---|
|
...
|
Printing the Summary Step
The summary step supports a print button. To print the summary activitystep, first drag a summary activity into your flow from the palette and then setup summary fields to indicate which form fields to display in the printable summary activity.
Designers can click the icon in the toolbar to see a preview of the customized pdf for your flow in the flow designer.
...
width | 75% |
---|
Add your own Print Button
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 and not the entire workflow. Also the current activity will print even if the activity's print property is unchecked.
Code Block | ||
---|---|---|
| ||
<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</span></a> Column | |
The _frevvo.api.printFlowStep for the onlclick handler has been deprecated.
See printing forms for more details on how to add a print message control.