[Typo3-dev] imgResource => alt-Tag?
Andreas Schwarzkopf
schwarzkopf.no.spam at artplan21.de
Fri Sep 16 16:30:34 CEST 2005
AFAIK imgResource creates only the image file and the file name.
try cObj->IMAGE
grtx
Andreas
Georg Ringer schrieb:
> Hello,
>
> I use the following code to manipulate/generate an image:
> $imgTSConfig = Array();
> $imgTSConfig['file'] = $path;
> $imgTSConfig['file.']['maxW'] = $this->config['width'];
> $imgTSConfig['file.']['maxH'] = $this->config['height'];
>
> and I also want to create a alt-tag and I don't know how...
> I didn't find anything in the tsref,
> http://typo3.org/documentation/document-library/doc_core_tsref/imgResource/,
> is there anything I haven't seen?
>
> many thanks
> georg
>
>
More information about the TYPO3-dev
mailing list