[TYPO3-project-formidable] delete-Link in LISTER

JéŽrô™me Schneider j.schneider at ameos.com
Fri Oct 30 17:40:57 CET 2009


Hi Christian,

If runat="server", you have to request params="uid", and you'll get the 
data thru getParams()

If runat="ajax", you have to request params="rowData::uid", and you'll 
get the data thru getParams() (see here)


Hope this helps !
Jerome Schneider

Christian Kartnig a écrit :
> Hello!
> 
> I'm trying to make a delete-link in my renderlet:LISTER.
> In an onClick-Handler I call a method of my plugin that deletes the 
> record. This works out fine, but I have a problem to determine the uid 
> of the current row inside the onClick-Handler
> 
> It seems like $this->oDataHandler->getListData() is empty inside 
> onClick. In the url part I can access the data of the row without a 
> problem.
> 
> How can this task be achieved?
> 
> Please Help.
> 
> Christian


More information about the TYPO3-project-formidable mailing list