Label.js 153 B

1234
  1. MWF.xDesktop.requireApp("process.Xform", "Label", null, false);
  2. MWF.xApplication.cms.Xform.Label = MWF.CMSLabel = new Class({
  3. Extends: MWF.APPLabel
  4. });