[Typo3-dev] imagepopup

Rene Rossi rossi at uni-wuppertal.de
Mon Apr 4 13:20:33 CEST 2005


Hi,

i try in my extension to output some previewimage witch should be a link 
to a popupwindow that will show the full image.
in order of that i've written the folowing in my extension:

$imageConfig = $this->conf['imagePopup.'];
$imageConfig['file.']['maxW'] = 100;
$imageConfig['file.']['maxH'] = 50;
$imageConfig['file'] = 'uploads/images/'.$image[0];
$imageConfig['alttext'] = $image[0];
$markerArray["###IMAGE1###"]= 
$this->cObj->cIMAGE($imageConfig['file'],$imageConfig);

that gives me an image with the given sizes but no popupwindow eg. link.
What's wrong ? have i forgoten something ?

Greets René

-- 
---------------------------------------------------------
René Rossi
HRZ - Benutzerberatung:                            P09.01
Tel.:                                  +49 (202) 439-3295
Email:                             rossi at uni-wuppertal.de
Forum:                  http://forum.hrz.uni-wuppertal.de
Dienstzeiten:                       Do. 10.00 - 17.00 Uhr
					
					





More information about the TYPO3-dev mailing list