View.js 609 B

123456789101112131415
  1. MWF.xDesktop.requireApp("process.Xform", "View", null, false);
  2. //MWF.xDesktop.requireApp("cms.Xform", "widget.View", null, false);
  3. MWF.xApplication.cms.Xform.View = MWF.CMSView = new Class({
  4. Extends: MWF.APPView //,
  5. //_loadUserInterface: function(){
  6. // this.node.empty();
  7. // this.json.application = this.form.businessData.document.appName ;
  8. // this.view = new MWF.xApplication.cms.Xform.widget.View(this.node, this.json, {
  9. // "onSelect": function(){
  10. // this.fireEvent("select");
  11. // }.bind(this)
  12. // });
  13. //}
  14. });