Search Type: Posts; User: augustinas
Search: Search took 0.01 seconds.
-
30 Jul 2012 11:30 AM
Jump to post Thread: Importing model definitions by augustinas
- Replies
- 10
- Views
- 4,441
Phil
Thank you for the timely update. A helper feature such as this will save time and promote accuracy when building interfaces with existing systems. -
29 Jul 2012 12:03 PM
Jump to post Thread: Importing model definitions by augustinas
- Replies
- 10
- Views
- 4,441
There are number of people who would like to see a model import feature into Architect. Or at least a way that the fields could be added manually without requiring the move between keyboard and...
-
26 Mar 2012 12:13 PM
- Replies
- 5
- Views
- 1,053
My experience is that getTotalCount may be better titled getInitialLoadCount as it seems to retain the count when the store was first loaded. And getCount may be referred to as getFilteredCount as...
-
7 May 2009 3:44 PM
- Replies
- 8
- Views
- 1,574
Chris, thanks so much for your quick response.
The RC1 code is calling createexception in all cases whether the server response is successful or not. I will evaluate the SVN code. -
7 May 2009 2:27 PM
- Replies
- 8
- Views
- 1,574
If the component you were referring to is the Ext.data.Store, then yes. It has listeners for both create and createexception.
-
7 May 2009 2:25 PM
- Replies
- 8
- Views
- 1,574
I don't understand. So, I'd have to then say No. :-|
In the code I have a javascript object named page that contains the Store in a property named locStore. This Store has listeners for the... -
7 May 2009 1:47 PM
- Replies
- 8
- Views
- 1,574
I appreciate your quick reply to my initial posting.
From Firebug I see that the server responds with the data as in my previous posts and a 200 OK. Perhaps there is more that I must do to let... -
7 May 2009 1:36 PM
- Replies
- 8
- Views
- 1,574
I have tried both the simple:
{ success:true }
or, where I am also returning the newly inserted record from the server database:
{ success:true, rows:... -
7 May 2009 12:19 PM
- Replies
- 8
- Views
- 1,574
I could not find this discussed in the forum. If so, let me know.
I have an Ext.data.Store with proxy defined as:
proxy:
new Ext.data.HttpProxy({
api: {
Results 1 to 9 of 9
