Pman.Dialog.CorePersonContact.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 10:51:13 +0000 (18:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 10:51:13 +0000 (18:51 +0800)
Pman.Dialog.CorePersonContact.js

index 3e72625..93560b2 100644 (file)
@@ -213,56 +213,6 @@ Pman.Dialog.CorePersonContact = {
                                     name : 'email',
                                     width : 200
                                 },
-                                {
-                                    xtype: 'ComboBox',
-                                    xns: Roo.form,
-                                    allowBlank : 'false',
-                                    editable : 'false',
-                                    emptyText : "Select Person",
-                                    forceSelection : true,
-                                    listWidth : 400,
-                                    loadingText : "Searching...",
-                                    minChars : 2,
-                                    pageSize : 20,
-                                    qtip : "Select Person",
-                                    selectOnFocus : true,
-                                    triggerAction : 'all',
-                                    typeAhead : true,
-                                    width : 300,
-                                    tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> </div>',
-                                    queryParam : 'query[name]',
-                                    fieldLabel : 'Owner',
-                                    valueField : 'id',
-                                    displayField : 'name',
-                                    hiddenName : 'owner_id',
-                                    name : 'owner_id_name',
-                                    store : {
-                                        xtype: 'Store',
-                                        xns: Roo.data,
-                                        remoteSort : true,
-                                        sortInfo : { direction : 'ASC', field: 'id' },
-                                        listeners : {
-                                            beforeload : function (_self, o){
-                                                o.params = o.params || {};
-                                                // set more here
-                                            }
-                                        },
-                                        proxy : {
-                                            xtype: 'HttpProxy',
-                                            xns: Roo.data,
-                                            method : 'GET',
-                                            url : baseURL + '/Roo/Person.php'
-                                        },
-                                        reader : {
-                                            xtype: 'JsonReader',
-                                            xns: Roo.data,
-                                            id : 'id',
-                                            root : 'data',
-                                            totalProperty : 'total',
-                                            fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}]
-                                        }
-                                    }
-                                },
                                 {
                                     xtype: 'TextField',
                                     xns: Roo.form,