[TYPO3-project-formidable] access $aParams from url without customtag
Jerome Schneider
j.schneider at ameos.com
Wed May 30 08:44:49 CEST 2007
Hello,
You should try this one: $this->oDataHandler->_getListData();
Which returns the current row for each displayed line
like this:
<renderlet:LINK name="mylink">
<url>
<userobj>
<php><![CDATA[
$aRowData = $this->oDataHandler->_getListData();
return "http://www.google.com/search?q=" . $aRowData["title"];
]]></php>
</userobj>
</url>
</renderlet:LINK>
Regards,
Jerome Schneider
Asbjørn Morell a écrit :
> Hello,
>
> Is there a alternativ way of getting row data (uid, etc) from a url
> renderlet? (datahandler:LISTER) Maybe call _oParent directly or
> something :/
>
> Best regards.
> Asbjørn Morell.
>
> <renderlet:LINK name="mylink">
> <url>
> <userobj>
> <php><![CDATA[
>
> ]]></php>
> </userobj>
> </url>
> </renderlet:LINK>
More information about the TYPO3-project-formidable
mailing list