Elcontainer.js 420 B

1234567
  1. MWF.xApplication.cms.FormDesigner.Module = MWF.xApplication.cms.FormDesigner.Module || {};
  2. MWF.xDesktop.requireApp("process.FormDesigner", "Module.Elcontainer$Container", null, false);
  3. MWF.xDesktop.requireApp("process.FormDesigner", "Module.Elcontainer", null, false);
  4. MWF.xApplication.cms.FormDesigner.Module.Elcontainer = MWF.CMSFCElcontainer = new Class({
  5. Extends: MWF.FCElcontainer,
  6. Implements : [MWF.CMSFCMI]
  7. });