Pman.Dialog.AdminCoreEnum.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 15 Oct 2013 07:17:29 +0000 (15:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 15 Oct 2013 07:17:29 +0000 (15:17 +0800)
Pman.Dialog.AdminCoreEnum.js

Pman.Dialog.AdminCoreEnum.bjs
Pman.Dialog.AdminCoreEnum.js

index 0f96de9..0abdf4d 100644 (file)
                             ]
                         }
                     ]
+                },
+                {
+                    "|xns": "Roo",
+                    "xtype": "Button",
+                    "*prop": "buttons[]"
                 }
             ]
         }
index a258161..82db5ed 100644 (file)
@@ -465,7 +465,13 @@ Pman.Dialog.AdminCoreEnum = {
             center : {
                 xtype: 'LayoutRegion',
                 xns: Roo
-            }
+            },
+            buttons : [
+                {
+                    xtype: 'Button',
+                    xns: Roo
+                }
+            ]
         });
     }
 };