From: edward Date: Thu, 15 Feb 2018 03:50:35 +0000 (+0800) Subject: Pman.Dialog.VerifyAccess.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b6621e5978cd615c962c15bba5124fe725568c92 Pman.Dialog.VerifyAccess.bjs Pman.Dialog.VerifyAccess.js --- diff --git a/Pman.Dialog.VerifyAccess.bjs b/Pman.Dialog.VerifyAccess.bjs index 9d0b5a1b..abdf3b36 100644 --- a/Pman.Dialog.VerifyAccess.bjs +++ b/Pman.Dialog.VerifyAccess.bjs @@ -68,7 +68,14 @@ { "xtype" : "Column", "Number xs" : 12, - "$ xns" : "Roo.bootstrap" + "$ xns" : "Roo.bootstrap", + "items" : [ + { + "Boolean readOnly" : true, + "xtype" : "TextArea", + "$ xns" : "Roo.bootstrap" + } + ] } ] }, diff --git a/Pman.Dialog.VerifyAccess.js b/Pman.Dialog.VerifyAccess.js index 7d268f2a..1f9cce03 100644 --- a/Pman.Dialog.VerifyAccess.js +++ b/Pman.Dialog.VerifyAccess.js @@ -258,7 +258,15 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, { xtype : 'Column', xs : 12, xns : Roo.bootstrap, - '|xns' : 'Roo.bootstrap' + '|xns' : 'Roo.bootstrap', + items : [ + { + xtype : 'TextArea', + readOnly : true, + xns : Roo.bootstrap, + '|xns' : 'Roo.bootstrap' + } + ] } ] },