Pman.Tab.CoreOAuthClient.bjs
authorEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:07:17 +0000 (12:07 +0800)
committerEdward <edward@roojs.com>
Wed, 25 Jun 2014 04:07:17 +0000 (12:07 +0800)
Pman.Tab.CoreOAuthClient.js

Pman.Tab.CoreOAuthClient.bjs
Pman.Tab.CoreOAuthClient.js

index 38637df..2e65366 100644 (file)
                                                 {
                                                     "|xns": "Roo.grid",
                                                     "xtype": "GridEditor",
-                                                    "*prop": "editor",
-                                                    "items": [
-                                                        {
-                                                            "*prop": "field",
-                                                            "allowBlank": false,
-                                                            "allowDecimals": false,
-                                                            "decimalPrecision": 0,
-                                                            "minValue": 1,
-                                                            "style": "text-align:right",
-                                                            "xtype": "NumberField",
-                                                            "|xns": "Roo.form"
-                                                        }
-                                                    ]
+                                                    "*prop": "editor"
                                                 }
                                             ]
                                         }
index 7cd12e4..ae8fd78 100644 (file)
@@ -211,16 +211,7 @@ Pman.Tab.CoreOAuthClient = new Roo.XComponent({
                                     },
                                     editor : {
                                         xtype: 'GridEditor',
-                                        xns: Roo.grid,
-                                        field : {
-                                            xtype: 'NumberField',
-                                            xns: Roo.form,
-                                            allowBlank : false,
-                                            allowDecimals : false,
-                                            decimalPrecision : 0,
-                                            minValue : 1,
-                                            style : 'text-align:right'
-                                        }
+                                        xns: Roo.grid
                                     }
                                 }
                             ]