http://qs321.pair.com?node_id=861490


in reply to Re: use Ext Js EditorGridPanel in Perl
in thread use Ext Js EditorGridPanel in Perl

Thanks.... Please can you give me example. And one thing how do get the params from Java script Eg. This is my JS code and i want the base params
id: 'PresidentsDataStore', proxy: new Ext.data.HttpProxy({ url: '/cgi-bin/extjstest/order_module_data.cgi', method: 'POST' }), baseParams:{task: "LISTING"}, // this parameter is passed for any +HTTP request reader: new Ext.data.JsonReader({ root: 'results', totalProperty: 'total', id: 'id' },[ {name: 'IDpresident', type: 'int', mapping: 'IDpresident'}, {name: 'FirstName', type: 'string', mapping: 'firstname'}, {name: 'LastName', type: 'string', mapping: 'lastname'}, {name: 'IDparty', type: 'int', mapping: 'IDparty'}, {name: 'PartyName', type: 'string', mapping: 'name'}, {name: 'TookOffice', type: 'date', mapping: 'tookoffice'}, {name: 'LeftOffice', type: 'date', mapping: 'leftoffice'}, {name: 'Income', type: 'float', mapping: 'income'} ]),

Replies are listed 'Best First'.
Re^3: use Ext Js EditorGridPanel in Perl
by rowdog (Curate) on Sep 23, 2010 at 21:05 UTC
    your_object.baseparams

    But seriously, if you're struggling to put the pieces together, Using Perl, jQuery, and JSON for Web development is an example of a complete app. It doesn't use that particular javascript, but it does manipulate a database.