Versions Compared

Key

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

...

Code Block
languagehtml/xml
<a onclick="_frevvo.api.forms.printer.printFlowStep(this);"href="#" >Print Flow<PDF</a>

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

...