[TYPO3-project-formidable] [TYPO3-poject-formidable] Can I make subforms? + renderlet:LISTER problem

Paweł Bandura gawelx at gmail.com
Wed Aug 29 18:41:23 CEST 2007


Hi again ;]

I saw that rdt_subform has been removed as it was obsolete. But I'd like 
to create a tabpanel with some subforms - each one in onother tab. Can I 
do something like this usign SVN 118?

And second problem - I wanted to change all my LISTERs from 
datahandler-way to renderlet-way, but I don't know how to bind 
edit-links in lister with edition-form.
Now it looks like this:

<renderlet:IMAGE name="edytuj">
   <path>EXT:user_kons/res/icon/edit.gif</path>
   <onclick runat="server" params="uid" when="before-init-datahandler">
     <userobj>
       <php><![CDATA[

         $aParams = func_get_args();
         $iUid = $aParams[1]["uid"];

         $this->iForcedEntryId = $iUid;
         $this->_oParent->oForm->iForcedEntryId = $iUid;

       ]]></php>
     </userobj>
   </onclick>
</renderlet:IMAGE>

I thought that after "upgade" it should look like this:

       <php><![CDATA[

         $aParams = func_get_args();
         $iUid = $aParams[1]["uid"];

         $this->iForcedEntryId = $iUid;

       ]]></php>

But it doesn't work ;/

Anyone knows why?

Best regards
Paweł Bandura


More information about the TYPO3-project-formidable mailing list