[TYPO3] Content slide
Tapio Markula
tapio.markula at xetpoint.fi
Wed May 14 12:53:36 CEST 2008
Hi
I have
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
# Feeding the content from the Auto-parser to the TEMPLATE cObject:
template =< plugin.tx_automaketemplate_pi1
# Select only the content between the <body>-tags
# workOnSubpart = DOCUMENT_BODY
subparts{
colHeader < styles.content.getHeader
colLeft < styles.content.getLeft
colRight < styles.content.getRight
colNormal < styles.content.get
colBorder < styles.content.getBorder
footercontentshared < styles.content.getFooterShared
}
}
how to get the slide property correctly for
styles.content.getHeader
and
styles.content.getBorder
where and how to define
styles.content.getHeader.slide=-1
styles.content.getBorder.slide=-1
I try to find something from TS ref but I didn't find.
More information about the TYPO3-english
mailing list