[TYPO3-mvc] Simple ajax widget to update an object property

Thomas Allmer at at delusionworld.com
Wed Nov 9 16:08:18 CET 2011


On 08.11.2011 07:22, Ulrich Fischer wrote:
> I am trying to use a Fluid widget (Extbase 1.3.1-devel and Fluid 1.3
> shipped with TYPO3 4.5.7) to update an object property via AJAX.

for this task... why use an widget at all?

just create the form as usually and add some js to catch the submit 
event and do ajax instead?

# just a quick google
jquery:
http://jquery.malsup.com/form/

mootools:
http://mootools.net/docs/more/Forms/Form.Request
http://solutoire.com/2007/09/10/submitting-forms-asynchronously-using-mootools/

or did I miss something you want to archive?

cheers
-- 
+---------------------------------+-----------------------------------+
| Thomas Allmer                   |   http://www.delusionworld.com    |
| E-mail: at at delusionworld.com    |   phone: +43 699 16217064         |
+---------------------------------+-----------------------------------+


More information about the TYPO3-project-typo3v4mvc mailing list