I attached a complete example of Ext direct calling a python method.
Prerequisites:
You need to install the http://code.google.com/p/extdirect/ module in python.
Overview:
...
Type: Posts; User: dschere
I attached a complete example of Ext direct calling a python method.
Prerequisites:
You need to install the http://code.google.com/p/extdirect/ module in python.
Overview:
...
According to the http://www.sencha.com/products/extjs/extdirect specification
this is the reply that the sencha client expects from the server:
<html><body><textarea>{YOUR JSON RESPONSE...
I am trying to make an Ext direct call using a script on the server side. Why is this not compliant json?
You're trying to decode an invalid JSON String: <html><body><textarea>{"tid": 1, "action":...
// so I'm inside either onReady or launch if I'm using
// MVC
// I do this
var provider = new Ext.direct.PollingProvider({
type:'remoting',
url: <The path to your...
Hello,
I am using python on the server side extensively and wanted to create a generic facility within javascript to call routines using json.
Client module applianceApi.js: