[TYPO3-project-formidable] renderlet:LISTER examples?

Fabien Udriot fudriot at omic.ch
Tue Oct 30 08:50:30 CET 2007


Do you have a Mayday message ? What does it tell you ?

Valery Romanchev a écrit :
> Hi Raphael
> 
> Many thanks for good example.
> 
> My idea is to use LISTER for very simple thing, something like default 
> output of extension kikstarter.
> 
> So I need to make something like this for renderlet:LISTER
> 
> 
> <renderlet:LISTER name="mylist">
> <datasource use="numbers" />
> <columns>
>     <column name="mycolumn" type="renderlet:TEXT" label="" >
>     <recombine>
>         <userobj>
>         <ts><![CDATA[
>       10 = COA
>       10 {
> 
>         5 = TEXT
>         5.value < params.hexa
>         5.wrap = <div>|</div>
>     
>         10 = TEXT
>         10.value < params.octal
>         10.wrap = <div class='myclass'>|</div>
>       }
>          ]]></ts>
>         </userobj>
>     </recombine>
> </column>
> </columns>
>    <pager>
>     <rows perpage="3" />
>     <sort column="bin" direction="DESC" />
>    </pager>
> </renderlet:LISTER>
> 
> 
> But this does not works.
> I try many combinations and look to source code. May be I have to use 
> custom HTML template for LISTER, but in any case I need custom 
> TypoScript for column.
> 
> 
> Regards,
> Valery


More information about the TYPO3-project-formidable mailing list