Search Type: Posts; User: gacek

Search: Search took 0.01 seconds.

  1. 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...
  2. Replies
    2
    Views
    435
    Hi,

    Thanks fot the interest :) I use Extjs 4.10.

    Best regards,
    Lukasz
  3. 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', {
    ...
  4. 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){
    ...
  5. 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 ...
  6. 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