[Typo3-german] Content Element - Normal, Layout 1, Laoyut 2 etc.
Roger Wicki
no-spam at absicht.ch
Tue Oct 18 16:48:10 CEST 2005
> http://typo3.org/documentation/document-library/doc_core_tsconfig/gt_TCEFORM/
>
> altLabels ist Dein Freund.
stimmt.... altLabels sind nun mein Freund ;) das Problem ist gelöst.
Allerdings das mit den Content Elementen noch nicht... neuer
Lösungsversuch, der auch nicht funktioniert:
# Inhalt ausgeben
INHALT = CASE
INHALT.key.field = layout
INHALT.default = CONTENT
INHALT.default {
table = tt_content
select {
orderBy = sorting
where = colPos = 0
}
}
INHALT.1 = CONTENT
INHALT.1 {
table = tt_content
select {
orderBy = sorting
where = colPos = 0
}
renderObj < tt_content
renderObj.stdWrap.wra (
<div class="box">|</div>
)
renderObj.stdWrap.required = 1
}
INHALT.2 = CONTENT
INHALT.2 {
table = tt_content
select {
orderBy = sorting
where = colPos = 0
}
renderObj < tt_content
renderObj.stdWrap.wra (
<div class="ox_typeHeader">|</div>
)
renderObj.stdWrap.required = 1
}
More information about the TYPO3-german
mailing list