Versions Compared

Key

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

...

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

If you were using the onclick call to _frevvo.api.printFlowStep(this), this has been deprecated. Please replace this as shown in the sample above with the onclick call to _frevvo.api.forms.printer.printFlowStep(this);

...