[TYPO3-dev] Best way to create an Ajax form with edit-in-place

Olle Haerstedt o.haerstedt at bitmotion.de
Wed Sep 24 10:07:33 CEST 2014


Hello!

I have a table of entries. When clicked on a row, the text fields 
will be made into input fields using Javascript, and a submit button 
will be visible. The problem is that a cHash value won't be
generated with this method. What's the best way to do
edit-in-place with TYPO3?

I can see two solutions:
1. Generate a form for each row beforehand and hide them until clicked.
2. Ask the server for a form when a row is clicked.

Is it possible to generate a valid form on client side with TYPO3?

Regards
Olle



More information about the TYPO3-dev mailing list