X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Std.js;h=ed52caa701a19880f1de8ef3c1717ce8335b7376;hb=refs%2Fheads%2Fmaster;hp=05bdabd08adce984a3e0b257f760d3297cd5280c;hpb=0fafea2a30a345f34e43ea52d3a73d0311a2f343;p=Pman.Core diff --git a/Pman.Std.js b/Pman.Std.js index 05bdabd0..ed52caa7 100644 --- a/Pman.Std.js +++ b/Pman.Std.js @@ -32,10 +32,10 @@ Pman.Std = { // load using HTTP proxy: { xtype : 'HttpProxy', - url: baseURL + '/Roo/Projects.html', + url: baseURL + '/Roo/core_project', 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, @@ -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,