[TYPO3-german] Extensionentwkl.: CSS Klasse einem Link hinzufügen

"Thomas Förster [spreadshirt.net]" tf at spreadshirt.net
Thu Jul 6 15:31:51 CEST 2006



Andre Dittmar schrieb:
> Hallo Thomas,
> 
> Du könntest auch die klassische Typolink-Funktion nutzen:
> 
> $conf = array(
>   parameter => $this->conf["PIDsingle"],
>   additionalParams => '&tx_sprdjobs_pi1[showUid]='.$row['uid'],
>   ATagParams => ' class=bottommenuon',
>   // evt. weitere Parameter laut TSRef-Manual
> );
> 
> $this->cObj->typoLink($row['name'], $conf)

hej andre,

gute idee, ohne umweg über $this->pi_linkTP() die dann ja auch nur 
$this->cObj->typoLink($str, $conf); zurückgibt...

klappt bestens! danke!

thomas



More information about the TYPO3-german mailing list