...
Code Block | ||
---|---|---|
| ||
<a onclick="_frevvo.api.forms.printer.printFlowStep(this);" "href="#" >Print Flow</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);
...