Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.bjs
index 5cb6406..5ba6d9c 100644 (file)
        ]
       },
       {
+       "listeners" : {
+        "render" : "function (_self)\n{\n    _this.row_pwd_label = _self;\n}"
+       },
        "xtype" : "Row",
        "$ xns" : "Roo.bootstrap",
        "items" : [
         {
          "xtype" : "Column",
-         "Number xs" : 8,
+         "Number xs" : 12,
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.status_filter = _self;\n}",
+            "select" : "function (combo, record, index)\n{\n    _this.table.footer.onClick('first'); \n}"
+           },
+           "String name" : "status_filter_name",
+           "String mode" : "local",
+           "String valueField" : "code",
+           "Boolean editable" : false,
+           "xtype" : "ComboBox",
+           "String triggerAction" : "all",
+           "$ xns" : "Roo.bootstrap",
+           "String hiddenName" : "status_filter",
+           "String displayField" : "value",
+           "items" : [
+            {
+             "$ string data" : "[\n    ['all', 'All'],\n    ['submitted', 'Submitted'],\n    ['pending_submission', 'Pending Submission'],\n    ['pending_approval', 'Pending Approval'],\n    ['rejected', 'Rejected'],\n    ['approved', 'Approved'],\n    ['deleted', 'Deleted']\n] ",
+             "xtype" : "SimpleStore",
+             "$ xns" : "Roo.data",
+             "$ fields" : "[ 'code', 'value' ]",
+             "* prop" : "store"
+            }
+           ]
+          }
+         ]
+        }
+       ]
+      },
+      {
+       "xtype" : "Row",
+       "$ xns" : "Roo.bootstrap",
+       "items" : [
+        {
+         "xtype" : "Column",
+         "Number xs" : 12,
          "$ xns" : "Roo.bootstrap",
          "items" : [
           {