Different formating for the first element in TYPO3

Submitting your vote...
Not rated yet. Be the first who rates this item!
Click the rating bar to rate this item.

If you want to format the first element in a different way and put the first header in a other marker you can do it this way...

 

 

temp.getMyContent = COA
temp.getMyContent {
  	#This will become our first element, we clear all headers
  10 < styles.content.get - ERROR: Line 28: Object copied in this line "10 < styles.content.get" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you.
  10.select.max=1
  10.renderObj.text.10 =
  	#These are the other elements we start with the second
  20 < styles.content.get - ERROR: Line 32: Object copied in this line "20 < styles.content.get" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you.
  20.select.begin=1
}
temp.getHeader < styles.content.get
temp.getHeader {
  	#Only first element
  select.max=1
  	#Clear the renderObj and create a new one to display are header
  renderObj >
  renderObj=TEXT
  renderObj.field=header
  renderObj.wrap=<strong>|</strong>
   
}

 

 

Now just copy our two object in their markers for example this way

 

page.10.subparts{
  HEADER < temp.getHeader
  CONTENT < temp.getMyContent
}

 

 

 


Top 10 Updates

Using Transparent PNG's in IE5/6 without JavaScript geändert am  04-Oct-2008 12:27:15
Using lightbox without extension geändert am  13-Jun-2008 14:20:51
Custom field for GMENU alt text geändert am  13-Jun-2008 13:58:07
Extending typoscript properties with stdWrap geändert am  13-Jun-2008 13:54:32
Create menus using data from other tables than "pages" V2  geändert am  24-Mar-2008 13:02:09
Login geändert am  17-Mar-2008 12:47:52
Forum geändert am  17-Mar-2008 10:07:47
Who is Typo3wizard.com geändert am  26-Dec-2007 16:07:32
Menu as un-nested lists (iphone navigation) geändert am  29-Oct-2007 15:05:53
IF Conditions with AND and OR operators geändert am  16-Oct-2007 19:16:04
Deutsch
Search: