通过电子邮件发送 Dom 片段
我希望能够通过电子邮件发送一段 html Dom,以类似的方式我使用 jqPrint 用于打印部分 dom 的 jQuery 插件。有人见过这样的项目吗?
当用户与我的具有大量 ExtJs 组件和 RichFaces 渲染组件的网站进行交互时,他们会希望将正在进行的工作的一部分作为屏幕截图打印/通过电子邮件发送以用于审计目的。我想收集 dom 的一部分,将其序列化并将其发送回服务器,从服务器我将启动电子邮件,该电子邮件看起来或多或少类似于用户在启动此操作之前看到的屏幕。
有什么建议吗?
I want to be able to send a piece of html Dom by email, in a similar fashion I use jqPrint jQuery plugin to print a partial dom. Has anyone seen a project like that?
When a user interacts with my site having a bunch of ExtJs components and RichFaces rendered components, they will want to print/email part of their work in progress as a screen capture for audit purposes. I want to gather up part of the dom, serialize it and send it back to the server, from where I would initiate the email that will look more or less like the screen a user was seeing prior to initiating this action.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google 在 Google+ 中做到了这一点,一位才华横溢的开发人员对其进行了逆向工程并生成了 http://html2canvas.hertzen.com/ .要在 IE 中工作,您需要一个画布支持库,例如 http://excanvas.sourceforge.net/
Google is doing this in Google+ and a talented developer reverse engineered it and produced http://html2canvas.hertzen.com/ . To work in IE you'll need a canvas support library such as http://excanvas.sourceforge.net/