[TYPO3-german] Entfernen eines Wraps bei einer Fluid Variable?

Christian Leicht usenet at schani.com
Sun May 4 22:19:46 CEST 2014


Hallo,

ich binde in meinem Root Template ein Fluidtemplate einum den
Hauptbereich einzufügen

10 = FLUIDTEMPLATE
  10 {
    file = fileadmin/Templates/index1spaltig.html
    layoutRootPath = fileadmin/Templates/layouts/
    partialRootPath = fileadmin/Templates/partials/
   
    variables {

     
      hauptbereich < styles.content.get
      hauptbereich.select.where = colPos = 10

    }
}

Die colPos 10 kommt aus einem Backend-Layout.
In meinem html Template gebe ich das dann so an:

<f:format.html
parseFuncTSPath="lib.parseFunc">{hauptbereich}</f:format.html>

Ausgegeben wird aber dann:

<div id="c4" class="csc-default">
 Hier ist der Inhalt des Hauptbereichs
</div>


Warum wir nun mein Hauptbereich noch mal in den csc-default Div
eingewickelt?
*
**Wie bekomme ich das weg?

*
Ich muss bei meinem Hauptbereich eine Höhe von 100% angeben, was nicht
funktioniert wenn es nochmal in einem anderen Container eingewickelt ist.


Was kann ich tun damit der Wrap nicht ausgegeben wird?

Besten Dank für Hilfe

Christian


More information about the TYPO3-german mailing list