Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

is it possible create pdf button on the dashboard page?

$
0
0
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

Viewing all articles
Browse latest Browse all 2586

Trending Articles