Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 06:08:01 +0000 (14:08 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 06:08:01 +0000 (14:08 +0800)
Pman.Dialog.CoreCompanies.js

Pman.Dialog.CoreCompanies.bjs
Pman.Dialog.CoreCompanies.js

index d617a87..b313a58 100644 (file)
                                 },
                                 {
                                     "|xns": "Roo.form",
-                                    "xtype": "Column"
+                                    "xtype": "Column",
+                                    "items": [
+                                        {
+                                            "allowBlank": false,
+                                            "fieldLabel": "Company ID (for filing Ref.)",
+                                            "name": "code",
+                                            "qtip": "Enter code",
+                                            "width": 100,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        }
+                                    ]
                                 }
                             ]
                         }
index a2a4872..a2d14dc 100644 (file)
@@ -186,7 +186,18 @@ Pman.Dialog.CoreCompanies = {
                                 },
                                 {
                                     xtype: 'Column',
-                                    xns: Roo.form
+                                    xns: Roo.form,
+                                    items : [
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            allowBlank : false,
+                                            fieldLabel : 'Company ID (for filing Ref.)',
+                                            name : 'code',
+                                            qtip : "Enter code",
+                                            width : 100
+                                        }
+                                    ]
                                 }
                             ]
                         }