ElementUI.js 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. MWF.APPPOD.Module.Elbutton = MWF.PCElbutton = new Class({ Extends: MWF.FCElbutton });
  2. MWF.APPPOD.Module.Elbutton.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  3. MWF.APPPOD.Module.Elautocomplete = MWF.PCElautocomplete = new Class({ Extends: MWF.FCElautocomplete });
  4. MWF.APPPOD.Module.Elautocomplete.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  5. MWF.APPPOD.Module.Elcascader = MWF.PCElcascader = new Class({ Extends: MWF.FCElcascader });
  6. MWF.APPPOD.Module.Elcascader.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  7. MWF.APPPOD.Module.Elcheckbox = MWF.PCElcheckbox = new Class({ Extends: MWF.FCElcheckbox });
  8. MWF.APPPOD.Module.Elcheckbox.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  9. MWF.APPPOD.Module.Elcommon = MWF.PCElcommon = new Class({ Extends: MWF.FCElcommon });
  10. MWF.APPPOD.Module.Elcommon.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  11. MWF.APPPOD.Module.Elicon = MWF.PCElicon = new Class({ Extends: MWF.FCElicon });
  12. MWF.APPPOD.Module.Elicon.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  13. MWF.APPPOD.Module.Elinput = MWF.PCElinput = new Class({ Extends: MWF.FCElinput });
  14. MWF.APPPOD.Module.Elinput.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  15. MWF.APPPOD.Module.Elnumber = MWF.PCElnumber = new Class({ Extends: MWF.FCElnumber });
  16. MWF.APPPOD.Module.Elnumber.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  17. MWF.APPPOD.Module.Elradio = MWF.PCElradio = new Class({ Extends: MWF.FCElradio });
  18. MWF.APPPOD.Module.Elradio.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  19. MWF.APPPOD.Module.Elselect = MWF.PCElselect = new Class({ Extends: MWF.FCElselect });
  20. MWF.APPPOD.Module.Elselect.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  21. MWF.APPPOD.Module.Elslider = MWF.PCElslider = new Class({ Extends: MWF.FCElslider });
  22. MWF.APPPOD.Module.Elslider.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  23. MWF.APPPOD.Module.Elswitch = MWF.PCElswitch = new Class({ Extends: MWF.FCElswitch });
  24. MWF.APPPOD.Module.Elswitch.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  25. MWF.APPPOD.Module.Eltime = MWF.PCEltime = new Class({ Extends: MWF.FCEltime });
  26. MWF.APPPOD.Module.Eltime.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  27. MWF.APPPOD.Module.Eldate = MWF.PCEldate = new Class({ Extends: MWF.FCEldate });
  28. MWF.APPPOD.Module.Eldate.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  29. MWF.APPPOD.Module.Eldatetime = MWF.PCEldatetime = new Class({ Extends: MWF.FCEldatetime });
  30. MWF.APPPOD.Module.Eldatetime.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  31. MWF.APPPOD.Module.Elrate = MWF.PCElrate = new Class({ Extends: MWF.FCElrate });
  32. MWF.APPPOD.Module.Elrate.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  33. MWF.APPPOD.Module.Elcolorpicker = MWF.PCElcolorpicker = new Class({ Extends: MWF.FCElcolorpicker });
  34. MWF.APPPOD.Module.Elcolorpicker.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  35. MWF.APPPOD.Module.Eltree = MWF.PCEltree = new Class({ Extends: MWF.FCEltree });
  36. MWF.APPPOD.Module.Eltree.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  37. MWF.APPPOD.Module.Eldropdown = MWF.PCEldropdown = new Class({ Extends: MWF.FCEldropdown });
  38. MWF.APPPOD.Module.Eldropdown.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  39. MWF.APPPOD.Module.Elcarousel = MWF.PCElcarousel = new Class({ Extends: MWF.FCElcarousel });
  40. MWF.APPPOD.Module.Elcarousel.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  41. MWF.APPPOD.Module.Elcontainer = MWF.PCElcontainer = new Class({ Extends: MWF.FCElcontainer });
  42. MWF.APPPOD.Module.Elcontainer.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  43. MWF.APPPOD.Module.Elcontainer$Main = MWF.PCElcontainer$Main = new Class({ Extends: MWF.FCElcontainer$Main });
  44. MWF.APPPOD.Module.Elcontainer$Main.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  45. MWF.APPPOD.Module.Elcontainer$Aside = MWF.PCElcontainer$Aside = new Class({ Extends: MWF.FCElcontainer$Aside });
  46. MWF.APPPOD.Module.Elcontainer$Aside.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  47. MWF.APPPOD.Module.Elcontainer$Footer = MWF.PCElcontainer$Footer = new Class({ Extends: MWF.FCElcontainer$Footer });
  48. MWF.APPPOD.Module.Elcontainer$Footer.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  49. MWF.APPPOD.Module.Elcontainer$Header = MWF.PCElcontainer$Header = new Class({ Extends: MWF.FCElcontainer$Header });
  50. MWF.APPPOD.Module.Elcontainer$Header.templateJsonPath = "../x_component_process_FormDesigner/Module/";
  51. MWF.APPPOD.Module.Elcontainer$Container = MWF.PCElcontainer$Container = {};
  52. MWF.PCElcontainer$Container.templateJsonPath = "../x_component_process_FormDesigner/Module/";