This topic is locked

is it possible create pdf button on the dashboard page?

11/23/2019 11:06:29 AM
PHPRunner General questions
J
jackwood author

is it possible create pdf button to download the dashboard page?
I have tried to put the
ajax.addPDF( 'pdf', {}, function() {
return ctrl.dialog( {

title: 'Save results as PDF',

fields: [{

name: 'filename',

value: 'file.pdf'

}]

});

});

return false;
on client before.
but the button doesn't work