var myDoc = event.target;Placing this in the clic\ck event of a button launches the default emailing client and attaches the pdf.
myDoc.mailDoc(false, "to", "cc", "bcc", "Subject", "mail body" );
The first parameter can be set to True, thus not requiring the rest of the parameters.
No comments:
Post a Comment