Org.js 287 B

12345678
  1. MWF.xDesktop.requireApp("process.FormDesigner", "Module.Org", null, false);
  2. MWF.xApplication.portal.PageDesigner.Module.Org = MWF.PCOrg = new Class({
  3. Extends: MWF.FCOrg,
  4. options: {
  5. "style": "default",
  6. "propertyPath": "../x_component_portal_PageDesigner/Module/Org/org.html"
  7. }
  8. });