Textfield.js 170 B

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