[TYPO3-german] TV Vererbung von CO oder SC

Manfred Rutschmann . revier.de manfred.rutschmann at revier.de
Thu Jun 25 17:22:25 CEST 2009


Hallo Liste,

ich hab eine Section die Vererbt werden sollte. Normalerweise vererbe ich
alles mit kb_tv_cont_slide, was auch wunderbar funktioniert. Im prinzip
sinds 4 Felder in einer Section, 2 davon werden schon an eine eigene
Userfunc übergeben. Jemand eine Idee?

<grafikboxen type="array">
    <el type="array">
        <box type="array">
            <el type="array">
                <hintergrundgrafik type="array">
                    <tx_templavoila type="array">
                        <TypoScript>
                            10 = IMG_RESOURCE
                            10.file.import = uploads/tx_templavoila/
                            10.file.import.current = 1
                            10.file.import.listNum = 0
                            10.file.maxW = 90
                            10.stdWrap.wrap = background: #FFFFFF url(|)
left top no-repeat
                        </TypoScript>
                    </tx_templavoila>
                </hintergrundgrafik>
                <bild type="array">
                    <tx_templavoila type="array">
                        <TypoScript>
                            <![CDATA[
				            10 = USER
				            10 {
				                userFunc = user_tvfields->startboxbild
				                file.field = bild
				                file.noTrimWrap = |
				                uploadFolder = uploads/tx_templavoila
								sepia = IMAGE
								sepia.params = class=bildsepia
								sepia.file = GIFBUILDER
								sepia.file {
										XY = 90,60
										10 = IMAGE
										10.file.import = uploads/tx_templavoila/
										10.file.import.current = 1
										10.file.import.listNum = 0
										10.file.maxW = 91
										10.file.minW = 91
										10.file.maxH = 151
										10.file.minH = 151
										20 = EFFECT
										20.value = gray
										30 = IMAGE
										30.file = fileadmin/templates/images/bottommask.png
								}
								farbe = IMAGE
								farbe.params = class=bildfarbe
								farbe.file = GIFBUILDER
								farbe.file {
										XY = 90,60
										10 = IMAGE
										10.file.import = uploads/tx_templavoila/
										10.file.import.current = 1
										10.file.import.listNum = 0
										10.file.maxW = 91
										10.file.minW = 91
										10.file.maxH = 151
										10.file.minH = 151
								}
								link = TEXT
								link.parameter.field = link
				            }
						]]>
                        </TypoScript>
                    </tx_templavoila>
                </bild>
            </el>
        </box>
    </el>
</grafikboxen>

Danke und Gruß Manne


More information about the TYPO3-german mailing list