[TYPO3-mvc] Using ajax in extbase

Dennis Ahrens dennis.ahrens at googlemail.com
Wed Jul 7 10:58:22 CEST 2010


Hi Eat,

Eat Dimanche wrote:
> How can I call ajax function in fluid? 

You have to include a JavaScript file that defines the function you like 
to call and than you try to call it e.g. by adding onclick="mymethod();" 
to your HTML tag.

> And what I should write in the 
> haddle respone?

What you want to do in your browser with the data you received from the 
server side.

regards
Dennis


More information about the TYPO3-project-typo3v4mvc mailing list