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

Dietmar Staab news at das-rad-ruft.de
Tue Mar 3 22:45:00 CET 2009


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