Search Type: Posts; User: dschere
Search: Search took 0.03 seconds.
-
16 Mar 2012 1:05 PM
- Replies
- 1
- Views
- 1,290
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:
... -
14 Mar 2012 1:09 PM
- Replies
- 5
- Views
- 5,430
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... -
14 Mar 2012 12:12 PM
- Replies
- 5
- Views
- 5,430
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":... -
14 Mar 2012 7:42 AM
- Replies
- 89
- Views
- 41,949
// 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... -
13 Oct 2011 9:57 AM
- Replies
- 0
- Views
- 739
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:
Results 1 to 5 of 5
