[TYPO3-dev] BE module with extJs but in 4.2.8
    Xavier Perseguers 
    typo3 at perseguers.ch
       
    Wed Jul 29 16:04:56 CEST 2009
    
    
  
Hi Sonja,
> But I have another problem now with the ajax requst from the extjs 
> function. I get the grid window with row headers but no row/content.
> 
> My dataStore code is the following:
> 
>  TestDataStore = new Ext.data.JsonStore({
>     id: 'TestDataStore',
>     proxy: new Ext.data.HttpProxy({
>         url: 'ajax.php',
>         method: 'POST'
>     }),
                   ^^^^^^
Are you sure you need a POST method?
-- 
Xavier Perseguers
MVC ExtJS Samples Leader
http://forge.typo3.org/projects/show/extension-mvc_extjs_samples
    
    
More information about the TYPO3-dev
mailing list