1 / 12

H3 BPM 培训课件

H3 BPM 培训课件. ----- NTKO 控件介绍. 目 录. 公文控件 附件在线编辑. 一 、公文控件. 安装 PDFCreator 用于保存公文为 PDF 。 配置 Web.config ,添加 NTKO 控件许可 。 在 IIS 最高级别上添加 MIME 类型“ . Esp ”为“ application/octet-stream ”。. 一 、公文控件. 使用自定义表单,添加 SheetOfficeWord 控件,绑定附件类型数据项。设置 CABPath =“../Office/OfficeControl.cab “ 。

melita
Download Presentation

H3 BPM 培训课件

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. H3 BPM 培训课件 -----NTKO控件介绍

  2. 目 录 • 公文控件 • 附件在线编辑

  3. 一、公文控件 • 安装PDFCreator用于保存公文为PDF。 • 配置Web.config,添加NTKO控件许可。 • 在IIS最高级别上添加MIME类型“.Esp”为“application/octet-stream”。

  4. 一、公文控件 • 使用自定义表单,添加SheetOfficeWord控件,绑定附件类型数据项。设置CABPath=“../Office/OfficeControl.cab“。 • 在流程设计器里,所有人工参与的活动的页签Javascript里添加的wordObject对象设置Word是否只读、套用模板、盖章、保存痕迹、手写签章、保存PDF、打印等。 • varwordObject = { • ReadOnly:false, • Template:true, • Stamp:true, • Mark:false, • Sign:true, • PDF : true, • Print:true • };

  5. 一、公文控件 • 3. wordObject各属性的意义如下:

  6. 一、公文控件 • 4. 在自定义表单里,可选择地实现所需的事件方法,参数都为空。

  7. 一、公文控件 • 5. 公文控件的功能性事件,公文控件里有些功能性的事件,如保存word文件到数据库、将印章加盖到文档等。

  8. 一、公文控件 • 6. 查看保存的正文PDF。 • 可以在生成PDF文件以后,使用SheetOfficeWord的PdfID属性获取到生成的PDF文件的ID,并使用H3查看附件的页面查看。 • 例如,在前台使用javascript打开新页面查看: • window.open("<%=this.Enviroment.PortalRoot%>/ReadAttachment.aspx?AttachmentID=" + attachmentID);

  9. 一、公文控件 • 6. 效果一:在线编辑

  10. 一、公文控件 • 6. 效果二:套用模板、盖章

  11. 二、附件控件

  12. 谢谢!

More Related