PdfView.js 310 B

123456
  1. MWF.xApplication.cms.FormDesigner.Module = MWF.xApplication.cms.FormDesigner.Module || {};
  2. MWF.xDesktop.requireApp("process.FormDesigner", "Module.PdfView", null, false);
  3. MWF.xApplication.cms.FormDesigner.Module.PdfView = MWF.CMSFCPdfView = new Class({
  4. Extends: MWF.FCPdfView,
  5. Implements : [MWF.CMSFCMI]
  6. });