[TYPO3] Content slide

Tapio Markula tapio.markula at xetpoint.fi
Wed May 14 19:47:31 CEST 2008


Tyler Kraft kirjoitti:
> Hi Tapio
> 
> Take a look at the datatype at the start of tsref for how to slide a field

http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/2/2/

doesn't help - can you please give a working example for my purpose - I 
used temporarily kb_cont_slide, which I used for Typo3 3.8.x
> 
> hth
> 
> Tapio Markula wrote:
>> 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