Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:10:39 +0000 (14:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:10:39 +0000 (14:10 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index fc3202a..b2a8c66 100644 (file)
                             "|xns": "Roo",
                             "items": [
                                 {
-                                    "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
                                     "allowBlank": false,
+                                    "displayField": "",
                                     "editable": false,
-                                    "emptyText": "Select core_notify",
+                                    "emptyText": "Select person",
+                                    "fieldLabel": "core_notify",
                                     "forceSelection": true,
+                                    "hiddenName": "",
                                     "listWidth": 400,
                                     "loadingText": "Searching...",
                                     "minChars": 2,
+                                    "name": "",
                                     "pageSize": 20,
                                     "qtip": "Select core_notify",
+                                    "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": "core_notify",
                                     "valueField": "id",
-                                    "displayField": "",
-                                    "hiddenName": "",
-                                    "name": "",
+                                    "width": 300,
+                                    "xtype": "ComboBox",
+                                    "|xns": "Roo.form",
                                     "items": [
                                         {
                                             "*prop": "store",
index b315bbb..08d41d0 100644 (file)
@@ -241,25 +241,25 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             xtype: 'ComboBox',
                             xns: Roo.form,
                             allowBlank : false,
+                            displayField : '',
                             editable : false,
-                            emptyText : "Select core_notify",
+                            emptyText : "Select person",
+                            fieldLabel : 'core_notify',
                             forceSelection : true,
+                            hiddenName : '',
                             listWidth : 400,
                             loadingText : "Searching...",
                             minChars : 2,
+                            name : '',
                             pageSize : 20,
                             qtip : "Select core_notify",
+                            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 : 'core_notify',
                             valueField : 'id',
-                            displayField : '',
-                            hiddenName : '',
-                            name : '',
+                            width : 300,
                             store : {
                                 xtype: 'Store',
                                 xns: Roo.data,