zjnz

welcome to my space

Disable the cache buster thing for the edit grid?

  • How do i tell it not to pass the ?_123123 stuff, Im using code ignitor and the stuff comes back 404 :(

    // create the Data Store
    var store = new Ext.data.Store({method: 'POST',
    // load using HTTP
    url: '$xmlsource',

    // the return will be XML, so lets set up a reader
    reader: new Ext.data.XmlReader({
    // records will have a "plant" tag
    record: 'element'
    }, Plant),

    sortInfo:{field:'id', direction:'ASC'}
    });


  • configure your store correctly first, so that it actually uses the 'method' config option.
    hint: it needs a proxy.







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Disable the cache buster thing for the edit grid? , Please add it free.
    edit

    Mexico