Pman.Dialog.BuilderForm.bjs
authorAlan Knowles <alan@akbkhome.com>
Sat, 12 Nov 2011 06:03:28 +0000 (14:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 12 Nov 2011 06:03:28 +0000 (14:03 +0800)
Pman.Dialog.BuilderForm.bjs
Pman.Dialog.BuilderForm.js
Pman.Dialog.BuilderForm.js

Pman.Dialog.BuilderForm.bjs
Pman.Dialog.BuilderForm.js

index ec55165..4d50146 100644 (file)
                     "text": "Save",
                     "xtype": "Button",
                     "|xns": "Roo"
+                },
+                {
+                    "|xns": "Roo",
+                    "xtype": "ContentPanel"
                 }
             ]
         }
index aa8c602..dfaa18e 100644 (file)
@@ -33,6 +33,12 @@ Pman.Dialog.BuilderForm = {
             closable : true,
             height : 600,
             width : 800,
+            items : [
+                {
+                    xtype: 'ContentPanel',
+                    xns: Roo
+                }
+            ],
             buttons : [
                 {
                     xtype: 'Button',