on Thu, 15 May 2008 12:00:02 +0300, Tapio Markula wrote:

> bernd wilke kirjoitti:
>> on Wed, 14 May 2008 13:53:36 +0300, Tapio Markula wrote:
>> 
>> as styles.content.get... is something like a prototype you does not
>> need to define the sliding for it.
>> 
>> 
>> as you use the styles.content.get... for your subparts (the '<' copies
>> the (prototype-)definition) it is enough to assign the slide to these
>> objects like this:
>> 
>> subparts{
>>      colHeader < styles.content.getHeader
>>      colHeader.slide = -1
>>      colLeft < styles.content.getLeft
>>      colRight < styles.content.getRight
>>      colNormal < styles.content.get
>>      colBorder < styles.content.getBorder
>>      colBorder.slide = -1
>>      footercontentshared < styles.content.getFooterShared
>> }
>> 
>> bernd
> 
> Didn't work

then you should inspect your actual TypoScript.
use the objectbrowser and go to your subparts-definition.

for colHeader there should be something like:
[20]=COA
 +-[10]=CONTENT
    +-[table]=tt_content
    +-[select]
    |  +-[orderBy]=sorting
    |  +-[where]=colPos=2
    |  +-[languageField]=sys_language_uid
    +-[slide]=-1

differing in the where-clause (colPos decides the column)

bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to