Search Type: Posts; User: gacek
Search: Search took 0.01 seconds.
-
21 Oct 2012 10:48 PM
Jump to post Thread: Problem with date in Model by gacek
- Replies
- 1
- Views
- 157
Hi guys,
I'm using MVC and REST in my newest project and I have some problem with date field. First the date value wasn't mapped from JSON (received from rest) to Model so I changed dateFormat in... -
4 Apr 2012 6:52 AM
Jump to post Thread: Problem with REST and model.save by gacek
- Replies
- 2
- Views
- 435
Hi,
Thanks fot the interest :) I use Extjs 4.10.
Best regards,
Lukasz -
3 Apr 2012 11:21 PM
Jump to post Thread: Problem with REST and model.save by gacek
- Replies
- 2
- Views
- 435
Hi,
I'm using Extjs 4 with RESt services and I have a problem with saving models which are associated to other models.
I have two models:
1) Client:
Ext.define('X.model.Client', {
... -
29 Dec 2011 1:38 AM
Jump to post Thread: Problem with DynamicJsonReader by gacek
- Replies
- 2
- Views
- 397
Hi,
Thanks for the response. This is how my DynamiGrid.js file looks like:
Ext.pims.DynamicJsonReader = Ext.extend(Ext.data.JsonReader, {
constructor: function(config){
... -
28 Dec 2011 8:19 AM
Jump to post Thread: Problem with DynamicJsonReader by gacek
- Replies
- 2
- Views
- 397
Hi guys,
I tried to use dynamic grid. I created DynamicJsonReader, DynamicColumnModel and all the items necessary but I have one problem: when I extend JsonReader, "readRecords" method is not ... -
28 Dec 2011 2:27 AM
Jump to post Thread: Grid appears to be empty by gacek
- Replies
- 19
- Views
- 4,991
Hi guys,
I tried your solution. Created DynamicJsonReader etc. but I have one problem: when I extend JsonReader, "readRecords" method is not overriden. I do override the constructor (I checked...
Results 1 to 6 of 6
