[TYPO3-german] Gridelements keine Ausgabe

Sonja Dithmers s.dithmers at design-to-stay.de
Wed Feb 5 15:23:36 CET 2014


Moin,

ich habe schon einige Gridelemente aufgebaut alles funktioniert soweit, nur bei diesem wird nix ausgegeben.
So sieht der gesamte Aufbau aus:

Viewhelper:

<f:format.raw>{features_setup_buehne}</f:format.raw>

TS-Setup 

10 = FLUIDTEMPLATE
10 {
variables {
features_setup_buehne < styles.content.get

features_setup_buehne {
	
select.where = colPos=200

}
}
}

TS Gridelements:
tt_content.gridelements_pi1.20.10.setup {
15 < lib.gridelements.defaultGridSetup
	
15 {
		
wrap = <div class="jumbotron">|</div>
		
columns {
			
100 < .default
			
100 {
				
wrap = <div class="img-responsive">|</div>
			
}
			
105 < .default
			
105 {
				
wrap = <div class="container"><div class="row"><div class="col-md-9 col-md-offset-2">|</div></div></div>
			 
}
			
}
		
}
}

BE-Layout

backend_layout {
	colCount = 1
	rowCount = 2
	rows {
		1 {
			columns {
				1 {
					name = Features Setup Image
					colPos = 100
				}
			}
		}
		2 {
			columns {
				1 {
					name = Features Setup Text
					colPos = 105
				}
			}
		}
	}
}

Das BE-Layout hat auch die ID 15. Der TS-Object-Browser gibt auch keine Fehlermeldung aus. Ich finde den Fehler einfach nicht. Habe ich sonst noch eine Möglichkeit zum Debuggen? Vielleicht sieht jemand anders mehr als ich...



-- 
Gruß
Sonja D.

Das Gegenteil von schlau ist nicht dumm, sondern faul!


More information about the TYPO3-german mailing list