Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: use Ext Js EditorGridPanel in Perl

by Anonymous Monk
on Sep 23, 2010 at 09:35 UTC ( [id://861490]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://861490]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found