WpsOffice.js 318 B

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