Pman.Tab.XtupleCurrency.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:52:27 +0000 (18:52 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Dec 2013 10:52:27 +0000 (18:52 +0800)
Pman.Tab.XtupleCurrency.js

Pman.Tab.XtupleCurrency.bjs
Pman.Tab.XtupleCurrency.js

index d645d38..cd4f26c 100644 (file)
                                     },
                                     "|xns": "Roo.grid",
                                     "items": [
+                                        {
+                                            "|xns": "Roo.grid",
+                                            "xtype": "RowSelectionModel",
+                                            "*prop": "sm"
+                                        },
                                         {
                                             "*prop": "dataSource",
                                             "xtype": "Store",
index daff551..88ac019 100644 (file)
@@ -62,6 +62,10 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                                     }); 
                                 }
                             },
+                            sm : {
+                                xtype: 'RowSelectionModel',
+                                xns: Roo.grid
+                            },
                             dataSource : {
                                 xtype: 'Store',
                                 xns: Roo.data,