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

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

index aedc76e..4bab313 100644 (file)
                                         {
                                             "|xns": "Roo",
                                             "xtype": "Toolbar",
-                                            "*prop": "toolbar"
+                                            "*prop": "toolbar",
+                                            "items": [
+                                                {
+                                                    "|xns": "Roo.Toolbar",
+                                                    "xtype": "Fill"
+                                                }
+                                            ]
                                         },
                                         {
                                             "listeners": {
index 34471c9..0d8361e 100644 (file)
@@ -251,7 +251,13 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({
                             loadMask : true,
                             toolbar : {
                                 xtype: 'Toolbar',
-                                xns: Roo
+                                xns: Roo,
+                                items : [
+                                    {
+                                        xtype: 'Fill',
+                                        xns: Roo.Toolbar
+                                    }
+                                ]
                             },
                             dataSource : {
                                 xtype: 'Store',