Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:50:35 +0000 (11:50 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:50:35 +0000 (11:50 +0800)
Pman.Dialog.VerifyAccess.js

Pman.Dialog.VerifyAccess.bjs
Pman.Dialog.VerifyAccess.js

index 9d0b5a1..abdf3b3 100644 (file)
         {
          "xtype" : "Column",
          "Number xs" : 12,
-         "$ xns" : "Roo.bootstrap"
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "Boolean readOnly" : true,
+           "xtype" : "TextArea",
+           "$ xns" : "Roo.bootstrap"
+          }
+         ]
         }
        ]
       },
index 7d268f2..1f9cce0 100644 (file)
@@ -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'
+           }
+          ]
          }
         ]
        },