Pman.Tab.XtupleReports.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:41:04 +0000 (20:41 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:41:04 +0000 (20:41 +0800)
Pman.Tab.XtupleReports.js

Pman.Tab.XtupleReports.bjs
Pman.Tab.XtupleReports.js

index f716d5a..2f327e3 100644 (file)
                                                 }
                                             ]
                                         },
+                                        {
+                                            "|xns": "Roo.grid",
+                                            "xtype": "RowSelectionModel",
+                                            "*prop": "sm"
+                                        },
                                         {
                                             "*prop": "footer",
                                             "xtype": "PagingToolbar",
index 3f19204..1d3d54a 100644 (file)
@@ -118,6 +118,10 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
                                     ]
                                 }
                             },
+                            sm : {
+                                xtype: 'RowSelectionModel',
+                                xns: Roo.grid
+                            },
                             footer : {
                                 xtype: 'PagingToolbar',
                                 xns: Roo,