Pman.Tab.AdminTranslations.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 03:01:02 +0000 (11:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 03:01:02 +0000 (11:01 +0800)
Pman.Tab.AdminTranslations.js

index c68cfc4..dc8e48b 100644 (file)
@@ -395,18 +395,18 @@ Pman.Tab.AdminTranslations = new Roo.util.Observable({
                                             },
                                             select : function (combo, record, index)
                                             {
-                                              _this.grid.getDataSource().reload(); 
+                                              _this.langgrid.getDataSource().reload(); 
                                             }
                                         },
-                                        valueField : 'module',
                                         displayField : 'module',
-                                        width : 200,
-                                        typeAhead : false,
                                         editable : false,
-                                        mode : 'local',
-                                        triggerAction : 'all',
                                         emptyText : "Select Module",
+                                        mode : 'local',
                                         selectOnFocus : true,
+                                        triggerAction : 'all',
+                                        typeAhead : false,
+                                        valueField : 'module',
+                                        width : 200,
                                         store : {
                                             xtype: 'SimpleStore',
                                             xns: Roo.data,