X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreEnum.js;h=aed333cb4e140583c252d4860edfad293613ead2;hp=44bd69bfa2d0c701a10e4ac9c6c3770102e0ae38;hb=HEAD;hpb=00c30fc629dbb9ddb1c06d61c237336e3cc7a624 diff --git a/Pman.Dialog.CoreEnum.js b/Pman.Dialog.CoreEnum.js index 44bd69bf..aed333cb 100644 --- a/Pman.Dialog.CoreEnum.js +++ b/Pman.Dialog.CoreEnum.js @@ -35,7 +35,7 @@ Pman.Dialog.CoreEnum = { this.callback = cb; this.data = data; - this.dialog.show(this.data._el); + this.dialog.show.apply(this.dialog, Array.prototype.slice.call(arguments).slice(2)); if (this.form) { this.form.reset(); this.form.setValues(data); @@ -91,7 +91,7 @@ Pman.Dialog.CoreEnum = { click : function() { var name = _this.form.findField('name').getValue(); - name = name.toUpperCase().replace(/[^A-Z]+/g, ''); + name = name.toUpperCase().replace(/[^A-Z0-9]+/g, ''); if (!name.length) { Roo.MessageBox.alert("Error","Please fill in a valid name"); return; @@ -180,7 +180,7 @@ Pman.Dialog.CoreEnum = { allowBlank : false, fieldLabel : _this._strings['b48968e1c912da07df5e8d6d246291ec'] /* Display Name */, name : 'display_name', - width : 200, + width : 250, listeners : { keyup : function (_self, e) {