No description
Allows developers to use callbacks like following:
new frappe.views.CommunicationComposer({
doc: frm.doc,
frm: frm,
subject: __(frm.meta.name) + ': ' + frm.docname,
recipients: frm.doc.email || frm.doc.email_id || frm.doc.contact_email,
attach_document_print: true,
message: message,
real_name: frm.doc.real_name || frm.doc.contact_display || frm.doc.contact_name,
success: function(r) { console.log(r); alert("Mail sent!"); },
error: function(r) { console.log(r); alert("Mail not sent!"); }
});
|
||
|---|---|---|
| ci | ||
| frappe | ||
| test_sites | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .travis.yml | ||
| attributions.md | ||
| CONTRIBUTING.md | ||
| hooks.md | ||
| ISSUE_TEMPLATE.md | ||
| license.txt | ||
| MANIFEST.in | ||
| package.json | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
| socketio.js | ||
Frappe Framework
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext
Installation
Contributing
Website
For details and documentation, see the website
License
MIT License
