Pman.Dialog.MTrackRepos.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 15 Mar 2011 15:31:16 +0000 (23:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 15 Mar 2011 15:31:16 +0000 (23:31 +0800)
Pman.Dialog.MTrackRepos.js

index dc8fa89..b9a3c80 100644 (file)
@@ -146,25 +146,25 @@ Pman.Dialog.MTrackRepos = {
                                     xtype: 'ComboBox',
                                     xns: Roo.form,
                                     allowBlank : 'false',
+                                    displayField : 'name',
                                     editable : 'false',
                                     emptyText : "Select Projects",
+                                    fieldLabel : 'Projects',
                                     forceSelection : true,
+                                    hiddenName : '',
                                     listWidth : 400,
                                     loadingText : "Searching...",
                                     minChars : 2,
+                                    name : '',
                                     pageSize : 20,
                                     qtip : "Select Projects",
+                                    queryParam : '',
                                     selectOnFocus : true,
+                                    tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
                                     triggerAction : 'all',
                                     typeAhead : true,
-                                    width : 300,
-                                    tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
-                                    queryParam : '',
-                                    fieldLabel : 'Projects',
                                     valueField : 'id',
-                                    displayField : '',
-                                    hiddenName : '',
-                                    name : '',
+                                    width : 300,
                                     store : {
                                         xtype: 'Store',
                                         xns: Roo.data,