发送电子邮件

1。/nuxeo-7.10-sources/nuxeo-features/nuxeo-platform-notification/nuxeo-platform-notification-web/src/main/java/org/nuxeo/ecm/webapp/notification/email/EmailNotificationSenderActionsBean.java中搜索emailNotifSenderAction 2。搜索到/nuxeo-7.10-sources/nuxeo-features/nuxeo-platform-notification/nuxeo-platform-notification-web/src/main/resources/web/nuxeo.war/document_notif_email.xhtml文件,再搜索该文件 3。搜索到/nuxeo-7.10-sources/nuxeo-features/nuxeo-platform-notification/nuxeo-platform-notification-web/src/main/resources/OSGI-INF/deployment-fragment.xml中,再搜索send_notification_email 4。搜索到/nuxeo-7.10-sources/nuxeo-dm/nuxeo-platform-webapp-core/src/main/java/org/nuxeo/ecm/webapp/action/PopupHelper.java中sendEmail这个函数,再搜索 5。搜索到/nuxeo-7.10-sources/nuxeo-dm/nuxeo-platform-webapp/src/main/resources/web/nuxeo.war/scripts/default-contextmenu-actions.js中的doSendEmail,再搜索 6。搜索到/nuxeo-7.10-sources/nuxeo-dm/nuxeo-platform-webapp-core/src/main/resources/OSGI-INF/actions-contrib.xml中的action的<category>POPUP</category> 由此能够判断出,该action出现的位置在哪,在右击文件图标位置,功能是发送电子邮件html

相关文章
相关标签/搜索