[TYPO3-german] $this->pi_linkTP() + AdditionalParams

Mischa Heißmann typo3 at heissmann.org
Tue Aug 28 22:53:34 CEST 2007


In article
<mailman.1.1188330167.5823.typo3-german at lists.netfielders.de>
MischaHeißmann <typo3 at heissmann.org> wrote:
>  Hallo zusammen,

>  ich bastle grad an einer Ext. und will einem über die Funktion
> $this->pi_linkTP() noch weitere Parameter in den A-Tag
> schreiben.Diese wären z.B. class="hhh" oder title="hier klicken".

>  Fräge: geht das? und wenn ja: wie?

>  LG,

>  Mischa

Wer suchet, der findet!!

	$link = $this->pi_linkTP(
		$str,

$overrulePIvars=array('type'=>123,'tx_ttnews[tt_news]'=>$this->piVars['
tt_news'],'tx_ttnews[cat]'=>$this->piVars['cat']),		$cache=1,
		$clearAnyway=0,
		$altPageId=0
	);
     $params = array(
     	'title' => "Als PDF drucken",
		'target' => "_blank",
		'ref' => 'nofollow'
	);
     $markerArray['###PDF###'] = $this->cObj->addParams($link,$params);

-- 
I'm trying a new usenet client for Mac, Nemo OS X.
You can download it at http://www.malcom-mac.com/nemo



More information about the TYPO3-german mailing list