Versions Compared

Key

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

...

Code Block
languagehtml/xml
<a title="Print this form" onclick="_frevvo.api.forms.printer.printFlowStep(this);" href="#" class="f-tb-print"><>Print 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);

See printing forms for more details on how to add a print message control.