Currency.js 351 B

123456789
  1. MWF.xApplication.cms.FormDesigner.Module = MWF.xApplication.cms.FormDesigner.Module || {};
  2. MWF.xDesktop.requireApp("process.FormDesigner", "Module.Currency", null, false);
  3. MWF.xApplication.cms.FormDesigner.Module.Currency = MWF.CMSFCCurrency = new Class({
  4. Extends: MWF.FCCurrency,
  5. Implements : [MWF.CMSFCMI],
  6. options: {
  7. "style": "default"
  8. }
  9. });