Different formating for the first element in TYPO3

Submitting your vote...
Rating: 3.5 of 5. 6 vote(s).
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
  10.select.max=1
  10.renderObj.text.10 =
  	#These are the other elements we start with the second
  20 < styles.content.get
  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
}

 

 

 




Comments


Elena, 19-06-09 14:57:
Nice code, but you will get two header on the page, if the type of page is "text/with image", not only text

Add comment

* - required field

*



*
*

Top 10 Updates

Nice fonts using Google font API geändert am  20-May-2010 16:36:47
TS-based Searchbox for Indexed Search  geändert am  18-May-2010 18:27:15
TYPO3 SEO geändert am  30-Apr-2010 09:44:22
Search engine friendly graphical headers in TYPO3 geändert am  30-Apr-2010 09:33:44
Creating a simple Infocenter using TYPO3 geändert am  17-Nov-2009 12:12:52
Making the Section Menu work correctly with TemplaVoila geändert am  05-May-2009 12:27:17
Show pages with type "Not in Menu" in a sitemap geändert am  05-May-2009 12:11:17
Implementation of the DHTML menu from brainjar.com  geändert am  01-Feb-2009 14:02:48
Sample DHTML menu geändert am  01-Feb-2009 13:51:25
A introduction to the CONTENT object geändert am  26-Jan-2009 13:20:39

Latest comments

20-Aug-2010 16:31:13
pritam schrieb: Hello, Can any body tell me how to add the realurl in the typo3.
Articles
17-Aug-2010 15:25:30
Graham Solomon schrieb: I have developed a nice extension for using this Google Font API with TYPO3, along with their web...
Nice Fonts using Google font API
12-Aug-2010 17:39:44
Ritesh Jaiswal schrieb: I have added the above code into page template but it is not working. It only index the page into...
Index search
Deutsch
Search: