Search Type: Posts; User: espeak
Search: Search took 0.01 seconds.
-
27 Aug 2012 8:34 PM
- Replies
- 38
- Views
- 7,835
We are currently working around the problems with the REST API using:
Sencha specific hacks for simple APIs
A custom HTTP header that triggers a middleware for complex APIs.
This is far from a... -
9 Apr 2012 5:59 AM
Jump to post Thread: API Documentation Content Bugs by espeak
- Replies
- 488
- Views
- 68,732
In the constructor of Ext.app.Application, the paths config is used to add paths to the loader (just as appFolder is used for the application files). This useful config is not documented.
-
9 Feb 2012 6:42 AM
- Replies
- 38
- Views
- 7,835
I think that REST apis with an idempotent create method are common enough to deserve their own IdempotentRESTfulProxy subclass of (the suggested) RESTfulProxy with a slightly different default...
-
30 Jan 2012 1:21 PM
Jump to post Thread: Ext.ux.form.field.DateTime by espeak
- Replies
- 28
- Views
- 13,282
This works great, however isValid() seems to be missing (or I am using it wrong). This fixed it for me:
isValid: function() {
return this.dateField.isValid() &&... -
23 Jan 2012 5:25 AM
- Replies
- 38
- Views
- 7,835
I have not seen any updates on this, so I would like to add my thoughts.
My experience with REST interfaces are from developing them using Django and Spring. I would like to use ExtJS without... -
21 Aug 2011 5:51 AM
Jump to post Thread: Ext.ux.Notification by espeak
- Replies
- 2
- Views
- 3,678
I had to change:
setMessage: function(msg) {
this.body.update(msg);
},
to -
26 May 2011 11:33 AM
- Replies
- 38
- Views
- 7,835
+1 for proper RESTful support:)
Results 1 to 7 of 7
