Pman.Dialog.VerifyAccess.bjs
[Pman.Core] / Pman.Dialog.VerifyAccess.bjs
index 28f183d..7e9e11c 100644 (file)
          "$ xns" : "Roo.bootstrap",
          "items" : [
           {
-           "String name" : "user_agent",
-           "Boolean readOnly" : true,
-           "xtype" : "TextArea",
-           "string fieldLabel" : "User Agent",
-           "Number rows" : 3,
-           "$ xns" : "Roo.bootstrap"
+           "listeners" : {
+            "select" : "function (combo, record, index)\n{\n    \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"
+            }
+           ]
           }
          ]
         }