From: Edward Date: Wed, 11 Feb 2015 06:36:13 +0000 (+0800) Subject: Pman.Tab.AdminNotify.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=243dd17505aa25dda7ad090b3732d4a9150b9a63 Pman.Tab.AdminNotify.bjs Pman.Tab.AdminNotify.js --- diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index afdc7f7..cb1eec2 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -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" : "
{person_id_name} {person_id_email}
", @@ -143,7 +141,6 @@ "pageSize" : 20, "displayField" : "display_name", "emptyText" : "Select notify type", - "hiddenName" : "id", "minChars" : 2, "valueField" : "name", "xtype" : "ComboBox", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 507249e..9360340 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -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 : '
{person_id_name} {person_id_email}
', @@ -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',