[TYPO3-german] CSS styled content Frage

JoH asenau info at cybercraft.de
Wed Nov 29 12:34:56 CET 2006


>>> Ich würde gerne hinter bzw unter jedem TextBlock bzw ContentBlock
>>> eine Grafik als Trenner einbauen, jemand ne Idee wie ich sowas
>>> bewerkstellige ?
>>
>>
>> dataWrap für CType 'text' und mit CSS grafik
>>
>>
>> tt_content.text.20.dataWrap = <div class="basicText">|</div>
>
> Ich benutzte unter anderem das Auto-parser Plugin, da sieht der
> Content Teil im Template so aus :
>
> 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
>
>   # Substitute the ###menu_1### subpart with some example content:
>   subparts.menu_1 < temp.menu_1
>
>   # Substitute the ###content### subpart with some example content:
>   subparts.content < styles.content.get
>
> }
>
> Wie kann ich das mit dem dataWrap da machen ?

Genauso wie beschrieben:

zuerst tt_content verändern => dann styles.content.get benutzen

wobei ich das so verstanden hatte, daß Du alle Elemente und nicht nur "text"
verpacken willst, daher würde ich den wrap noch weiter außen ansetzen:

tt_content.stdWrap.outerWrap = <div class="meintrenner">|</div>

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-german mailing list