[TYPO3-project-formidable] majixrepaint on lister hides labels at other childs

Jerome Schneider typo3dev at ameos.com
Thu Mar 5 17:21:26 CET 2009


Hi Dietmar,
Thanks for reporting !

The fact that labels disappear is a bug.
I fixed it, and it will be available in upcoming revision 2.0.325.

Regards,
Jerome Schneider

Dietmar Staab a écrit :
> Hi Jerome,
> 
> if using something like (with displaylabels set to true in meta)
> 
> <renderlet:BOX name="examplebox">
> <childs>
> <renderlet:TEXT name="input" label="input"/>
> <renderlet:LISTER name="examplelist">
> <datasource use="tmptable"/>
> <columns>
>                                         <column
>                                             name="shopname"
>                                             type="renderlet:TEXT"
>                                             listHeader="Shop name"> </column>                                        
>                                         <column
>                                         name="name"
>                                         type="renderlet:TEXT"
>                                         listHeader="Name"> </column>
>                                         <column
>                                             name="city"
>                                             type="renderlet:TEXT"
>                                             listHeader="City"
>                                         />
> </columns>
> </renderlet:LISTER>
> </childs>
> </renderlet:BOX>
> 
> 
> and executing a majixRepaint on the Box "examplebox", the labels are gone. It's necessary to wrap the lister in an separate box and execute the repaint on this box (only containing the lister) to keep the labels.
> I've added a new box around the lister which doesn't matter, but maybe it's not intended that a repaint hides the labels or is there some parameter necessary to avoid it?
> 
> regards,
>  Dietmar
> 
> currently using r307


More information about the TYPO3-project-formidable mailing list