[TYPO3-project-formidable] renderlet:LISTER

Ivan Gomez Rodriguez igomez at igalia.com
Tue Nov 27 15:15:32 CET 2007


Thanks,

I'll try with type BOX. But, anyway data/value in type TEXT don't work

Thank you

Jerome Schneider wrote:
> Hi,
> 
> I think the prob is that path to value in renderlet:TEXT is:
> /data/value     (and not just: /data)
> 
> But the best would be to use a box as your container, like this:
> 
> <column name="make" type="renderlet:BOX" mode="span">
> 	<html>
> 		<userobj>
> 			<extension>tx_glcarauctionsystem_div</extension>
> 			<method>_getMakes</method>
> 		</userobj>
> 	</html>
> </column>
> 
> and remember that you have to use $oDataHandler->_getListData() to 
> obtain current row values
> 
> Hope it helps,
> Jerome Schneider
> 
> 
> Ivan Gomez Rodriguez a écrit :
>> Hi,
>>
>> I think a column in a renderlet lister should have same behaviour that a
>>   renderlet but i have problems with following example:
>>
>>   <renderlet:LISTER name="interested_in_auction_cars">
>>        <datasource use="interested_not_in_auction_cars" />
>>        <columns>
>>              <column name="make" type="renderlet:TEXT" />
>>   		<data>
>> 		 <userobj>					
>> <extension>tx_glcarauctionsystem_div</extension>
>> 		<method>_getMakes</method>
>>         	</userobj>
>> 	        </data>
>>
>>         </columns>
>>
>> I want to get the same which i get defining a equivalent renderlet:TEXT
>> with a datahandler:LISTER.
>>
>> Should that work as i think or not?
>>
>> Regards,
>>
>> Iván Gómez Rodríguez
>> Ingeniero en Informática
>> mailto:igomez at igalia.com
> _______________________________________________
> TYPO3-project-formidable mailing list
> TYPO3-project-formidable at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-formidable


More information about the TYPO3-project-formidable mailing list