Pman.Tab.AdminNotify.bjs
authorEdward <edward@roojs.com>
Wed, 11 Feb 2015 06:36:13 +0000 (14:36 +0800)
committerEdward <edward@roojs.com>
Wed, 11 Feb 2015 06:36:13 +0000 (14:36 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index afdc7f7..cb1eec2 100644 (file)
@@ -83,7 +83,6 @@
                                     "pageSize" : 20,
                                     "displayField" : "person_id_name",
                                     "emptyText" : "Select person",
-                                    "hiddenName" : "id",
                                     "minChars" : 2,
                                     "valueField" : "person_id",
                                     "xtype" : "ComboBox",
@@ -91,7 +90,6 @@
                                     "editable" : true,
                                     "width" : 200,
                                     "$ xns" : "Roo.form",
-                                    "name" : "name",
                                     "qtip" : "Select person",
                                     "queryParam" : "query[person_id_name]",
                                     "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{person_id_name}</b> {person_id_email}</div>",
                                     "pageSize" : 20,
                                     "displayField" : "display_name",
                                     "emptyText" : "Select notify type",
-                                    "hiddenName" : "id",
                                     "minChars" : 2,
                                     "valueField" : "name",
                                     "xtype" : "ComboBox",
index 507249e..9360340 100644 (file)
@@ -279,7 +279,6 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             pageSize : 20,
                             displayField : 'person_id_name',
                             emptyText : "Select person",
-                            hiddenName : 'id',
                             minChars : 2,
                             valueField : 'person_id',
                             xtype : 'ComboBox',
@@ -287,7 +286,6 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             editable : true,
                             width : 200,
                             xns : Roo.form,
-                            name : 'name',
                             qtip : "Select person",
                             queryParam : 'query[person_id_name]',
                             tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{person_id_name}</b> {person_id_email}</div>',
@@ -358,7 +356,6 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             pageSize : 20,
                             displayField : 'display_name',
                             emptyText : "Select notify type",
-                            hiddenName : 'id',
                             minChars : 2,
                             valueField : 'name',
                             xtype : 'ComboBox',