X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Std.js;h=46586fbf9db75391a18b51b40be41e44c17bc537;hp=75ce610ee8eb8639c03248f76ae67196a3e36b75;hb=443623f47935eb52acd65a3ff0d84eab1fd5a98b;hpb=5e48483a0bb95f4c99fea9d80fe6384303abf603 diff --git a/Pman.Std.js b/Pman.Std.js index 75ce610e..46586fbf 100644 --- a/Pman.Std.js +++ b/Pman.Std.js @@ -35,7 +35,7 @@ Pman.Std = { url: baseURL + '/Roo/Projects.html', method: 'GET' }, - reader: Pman.Readers.Projects, + reader: new Roo.data.JsonReader({}, []), //Pman.Readers.Projects, listeners : Roo.apply( { loadexception : Pman.loadException @@ -83,8 +83,7 @@ Pman.Std = { displayField:'name', fieldLabel : "Sent To", - allowBlank : true, - qtip : "Enter Sent To", + qtip : "Enter Sent To", width: 290, @@ -99,7 +98,7 @@ Pman.Std = { xtype: 'Store', proxy: { xtype : 'HttpProxy', - url: baseURL + '/Roo/Companies.html', + url: baseURL + '/Roo/core_company', method: 'GET' }, reader: Pman.Readers.Companies, @@ -217,7 +216,7 @@ Pman.Std = { // load using HTTP proxy: { xtype : 'HttpProxy', - url: baseURL + '/Roo/Person.html', + url: baseURL + '/Roo/core_person', method: 'GET' }, reader: Pman.Readers.Companies,