Pman.Dialog.AdminCoreEnum.bjs
[Pman.Admin] / Pman.Dialog.AdminCoreEnum.js
index 01d764b..ea8bf64 100644 (file)
@@ -44,7 +44,9 @@ Pman.Dialog.AdminCoreEnum = {
                     _this.grid.footer.onClick('first');
                 }
             },
+            closable : false,
             height : 400,
+            modal : true,
             title : "Pulldown Options",
             width : 950,
             items : [
@@ -348,6 +350,7 @@ Pman.Dialog.AdminCoreEnum = {
                             if (_this.callback) {
                                _this.callback(rec.data);
                            }
+                           _this.dialog.hide();
                         }
                     },
                     text : "OK"