Changeset 15359 for trunk/FACT++/scripts/doc/Mail.js
- Timestamp:
- 04/16/13 13:54:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/Mail.js
r15357 r15359 27 27 * mail.attachments.push("logfile.txt"); 28 28 * // or for several attachments 29 * mail.attachments.pus ("logfile1.txt", "logfile2.txt");29 * mail.attachments.push("logfile1.txt", "logfile2.txt"); 30 30 * 31 31 * // The text of the message is set in the property text... … … 48 48 * 49 49 * @type String 50 * @constant 50 51 */ 51 52 this.subject = subject;
Note:
See TracChangeset
for help on using the changeset viewer.