[TYPO3-project-formidable] How to make a dynamic listHeader

Sanosuke303 sanosuke303 at yahoo.fr
Fri Feb 27 12:31:21 CET 2009


Hi list!

I want to show a lister, and show or hide an entire column.

This work perfectly for rows with the property : style="display: none;".

But the listHeader isn't hidden.

So, I want to make a listHeader with "" value when rows are hidden.

I try to make the listHeader dynamicly such as this :

<listHeader>
    <userobj> 
	<php><![CDATA[
	     $var_header = "";
		
	     return $var_header
	]]></php>
    </userobj> 
</listHeader>

But the listHeader is shown with this value "Array".

So, have you got a solution to hide/show listHeader or to modify value.

Thanks!

Best regards.

Anthony Laplane
http://www.eureka-market.fr


      


More information about the TYPO3-project-formidable mailing list