[TYPO3-mvc] ExtJS

Xavier Perseguers typo3 at perseguers.ch
Sat Jul 18 13:25:53 CEST 2009


Hi,

> i'm quite familar to extJS, even if i have some questions left :)
> What we need most: ajax controller
> It doesn't matter if eID or type, but some method to communicate.
> The most typical is to retrievedata in json format to fill a extJS 
> store, doesn't matter if needed for combo, grid or something else.

I just committed a SimpleForm plugin that shows an ExtJS form with a 
textbox and a combobox whose items are filled with a JSON-encoded string 
retrieved with a proxy, thus AJAX call.

I used pure Extbase code (even if not 100% official :D)

>> My main plans are:
>>
>> Frontend:
>>
>> - AJAX call to populate some drop-down

done as 1st draft.

> And for the others: it's not a private project of Xavier and me, all are 
> invited to help/participate/ask etc. This is a learning / 
> proof-of-concept, where you all can benefit from (hopefully)

Absolutely.

Once again, the purpose of this extension is to find some consensus on 
best practices while coding extension that (more or less heavily) use 
ExtJS to enhance the output.

For the moment, Extbase and Fluid are quite new even if coding with this 
framework has already a few best practices. ExtJS has best practices too 
if used "as this" but the combination of both frameworks is... new! And 
as such, we have to find out what is the best way to combine them. This 
is the goal of the MVC_ExtJS_Samples extension.

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away


More information about the TYPO3-project-typo3v4mvc mailing list