Pman.Dialog.CoreNotifyRefer.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 16 May 2012 04:50:24 +0000 (12:50 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 16 May 2012 04:50:24 +0000 (12:50 +0800)
Pman.Dialog.CoreNotifyRefer.js

Pman.Dialog.CoreNotifyRefer.bjs
Pman.Dialog.CoreNotifyRefer.js

index 53aab6b..6025eed 100644 (file)
                                         {
                                             "|xns": "Roo.grid",
                                             "xtype": "GridEditor",
-                                            "*prop": "editor"
+                                            "*prop": "editor",
+                                            "items": [
+                                                {
+                                                    "|xns": "Roo.form",
+                                                    "xtype": "ComboCheck",
+                                                    "*prop": "field"
+                                                }
+                                            ]
                                         }
                                     ]
                                 },
index e911745..a46cfd7 100644 (file)
@@ -298,7 +298,11 @@ Pman.Dialog.CoreNotifyRefer = {
                                 renderer : function(v) { return String.format('{0}', v); },
                                 editor : {
                                     xtype: 'GridEditor',
-                                    xns: Roo.grid
+                                    xns: Roo.grid,
+                                    field : {
+                                        xtype: 'ComboCheck',
+                                        xns: Roo.form
+                                    }
                                 }
                             },
                             {