Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 04:56:18 +0000 (12:56 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 04:56:18 +0000 (12:56 +0800)
Pman.Dialog.VerifyAccess.js

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

index 70797dd..b934fcd 100644 (file)
          "$ xns" : "Roo.bootstrap",
          "items" : [
           {
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.expire_dt = this;\n    \n    this.el.setVisibilityMode(Roo.Element.DISPLAY);\n    \n    this.el.hide();\n}"
+           },
            "Boolean allowBlank" : false,
            "String name" : "expire_dt",
            "xtype" : "DateField",
index 7eb1362..a9e8d96 100644 (file)
@@ -259,6 +259,16 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             fieldLabel : _this._strings['5a787141d53b573ec9b86e900bfe0d79'] /* Expire Date */,
             indicatorpos : 'right',
             name : 'expire_dt',
+            listeners : {
+             render : function (_self)
+              {
+                  _this.expire_dt = this;
+                  
+                  this.el.setVisibilityMode(Roo.Element.DISPLAY);
+                  
+                  this.el.hide();
+              }
+            },
             xns : Roo.bootstrap,
             '|xns' : 'Roo.bootstrap'
            }