[TYPO3-project-formidable] Show the caption (not the value) of the renderlet radiobutton in the renderlet lister

Izzie Greys izzie.greys at gmail.com
Wed Jul 16 11:39:28 CEST 2008


Hi List,

I have a question about renderlet radiobutton and lister. Here's my problem.

I have a lister which contains this column:
...
<column name="type" type="renderlet:RADIOBUTTON" listHeader="Type"
label="Type" sort="true"/>
...

In my template I have this:
...
<td>{type.value}</td>
...

So I have something like:
0
1
1
0
0

But I don't want the value, I would like the caption of the radiobutton. If
I use <td>{type.caption}</td> it's not working.

Do you have any ideas ?
Thanks in advance.

Regards,

Izzie


More information about the TYPO3-project-formidable mailing list