[Typo3-german] imageLinkWrap auf GIFBUILDER-Grafik

Andreas Kiefer kiefer at kennziffer.com
Fri Sep 23 10:11:54 CEST 2005


Hallo!

Ich habe ein Problem mit einem GIFBUILDER-Objekt. In dem Objekt werden 
zwei IMAGES zu einem zusammengefügt. Auf dem Bild soll dann in der 
Ausgabe der imageLinkWrap eingefügt werden. Das klappt aber leider 
nicht. Verwende ich ein einzelnes IMAGE-Objekt funktioniert der 
imageLinkWrap einwandfrei.

Hier ist mein PHP-Code, den ich in der Extension verwende:


$this->conf['khimage']=IMAGE;
$this->conf['khimage.']['altText']=$name;
$this->conf['khimage.']['imageLinkWrap']=1;
$this->conf['khimage.']['imageLinkWrap.']['enable']=1;
$this->conf['khimage.']['imageLinkWrap.']['bodyTag']="<BODY  			 
style='background-color:black; padding:0; margin:0;'>";
$this->conf['khimage.']['imageLinkWrap.']['wrap']="<A 				 
href='javascript:close();'> | </A>";
$this->conf['khimage.']['imageLinkWrap.']['JSwindow']=1;
$this->conf['khimage.']['imageLinkWrap.']['JSwindow.']['newWindow']=1;
$this->conf['khimage.']['imageLinkWrap.']['JSwindow.']['expand']= "0,0";
$this->conf['khimage.']['file']=GIFBUILDER;
$this->conf['khimage.']['file.']['XY']="160,167";
$this->conf['khimage.']['file.']['10']=IMAGE;
$this->conf['khimage.']['file.']['10.']['file']=$pathToImage.$bild;
$this->conf['khimage.']['file.']['10.']['file.']['width']=160;
$this->conf['khimage.']['file.']['10.']['file.']['height']=167;
$this->conf['khimage.']['file.']['20']=IMAGE;
$this->conf['khimage.']['file.']['20.']['file']="fileadmin/template/images/lupe.gif";
$this->conf['khimage.']['file.']['20.']['offset']="135,142";


Hat jemand von Euch eine Idee, woran das liegen könnte?
Danke im Voraus für Eure Hilfe!

Andreas



More information about the TYPO3-german mailing list