[TYPO3-templavoila] typoscript in FCE

Michael Niemann xml.transformator at yahoo.com
Tue Sep 2 16:09:07 CEST 2008


here's what I did when adding the value of another field as parameter:

10.typolink.additionalParams = &add={ field:field_code }
10.typolink.additionalParams.insertData=1

--- On Tue, 9/2/08, Martin Rebetez <martin at rebetez.com> wrote:
From: Martin Rebetez <martin at rebetez.com>
Subject: [TYPO3-templavoila]  typoscript in FCE
To: typo3-project-templavoila at lists.netfielders.de
Date: Tuesday, September 2, 2008, 1:47 PM

Hallo,

I'm trying to generate a link in a FCE with typoscipt.

If I make something like

<field_essai type="array">
	<tx_templavoila type="array">
		<title></title>
		<sample_data type="array">
			<numIndex index="0"></numIndex>
		</sample_data>
		<eType>none</eType>
		<TypoScript>
			10 = TEXT
			10.value = S'inscrire
			10.typolink.parameter = 48
		</TypoScript>
	</tx_templavoila>
</field_essai>

it works fine, but if I try to add some additional parameters like

	10.typolink.additionalParams = &ref=1

I got the error :

TemplaVoila ERROR:
Couldn't find a Data Structure set for table/row "tt_content:95".
Please select a Data Structure and Template Object first.

Thanks for tips
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-templavoila



      


More information about the TYPO3-project-templavoila mailing list