[TYPO3-project-formidable] Forms inside a renderlet:LISTER

Jerome Schneider typo3dev at ameos.com
Thu Apr 24 16:58:44 CEST 2008


Hi Manuel :)

I included your nice improvement in SVN and it will be available at next 
revision.


The "manual-refresh-problem" is caused by the fact that the event is 
processed after the list rendering by default. Try executing the event 
earlier in the process by adding:

  when="after-init-datahandler"

in your event declaration. Like this:

<onclick runat="server" params="uid" submit="full" 
when="after-init-datahandler">


There are a lot of other checkpoints available. For the full list, see 
the comment at line 182 of class.tx_ameosformidable.php


bye !
Manuel Rego Casasnovas a écrit :
> Hello,
> 
> I send attached a patch [1] that gives the possibility to use forms
> inside a renderlet:LISTER.
> 
> With this patch you can do a list of pages and an entry to modify the
> title of these pages. You can get the source code XML [2] and PHP [3].
> 
> There is a problem, when you use the buttons "save" or "save all", if
> you don't reload the page manually, you don't see any change on entry
> titles. Titles are already modified, however you don't see this changes
> and I don't know why.
> 
> I hope you can add this new patch to future FORMidable releases.
> 
> Best regards,
>    Rego
> 
> [1] http://pastebin.com/f281373df
> [2] http://pastebin.com/f3b92fe26 
> [3] http://pastebin.com/f753fc26d
> 


-- 


*Jérôme Schneider*
/Developer/
/Formidable - Rapid Application Developpement Framework for Typo3
<http://formidable.typo3.ug>/
/Ameos <http://www.ameos.com>/


More information about the TYPO3-project-formidable mailing list