dojo.body().appendChild(this.domNode); this.inherited(arguments); var _nlsResources = dojo.i18n.getLocalization("dijit", "common"); if(this.closeButtonNode){ this.closeButtonNode.setAttribute("title", _nlsResources.buttonCancel); } if(this.closeText){ this.closeText.setAttribute("title", _nlsResources.buttonCancel); } var s = this.domNode.style; s.visibility = "hidden"; s.position = "absolute"; s.display = ""; s.top = "-9999px"; this.connect(this, "onExecute", "hide"); this.connect(this, "onCancel", "hide"); this._modalconnects = [];