Pman.Tab.XtupleCurrency.bjs
authorEdward <edward@roojs.com>
Fri, 27 Dec 2013 06:44:33 +0000 (14:44 +0800)
committerEdward <edward@roojs.com>
Fri, 27 Dec 2013 06:44:33 +0000 (14:44 +0800)
Pman.Tab.XtupleCurrency.js

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

index 330a716..d3c4295 100644 (file)
                                     "xtype": "Grid",
                                     "|xns": "Roo.grid",
                                     "items": [
+                                        {
+                                            "|xns": "Roo.grid",
+                                            "xtype": "RowSelectionModel",
+                                            "*prop": "sm"
+                                        },
                                         {
                                             "|xns": "Roo",
                                             "xtype": "Toolbar",
index 008fc65..0e90661 100644 (file)
@@ -249,6 +249,10 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                             },
                             autoExpandColumn : 'curr_rate',
                             loadMask : true,
+                            sm : {
+                                xtype: 'RowSelectionModel',
+                                xns: Roo.grid
+                            },
                             toolbar : {
                                 xtype: 'Toolbar',
                                 xns: Roo,