[TYPO3] A GIFBUILDER cObject for tt_content.image

Peter Klein peter at umloud.dk
Wed May 23 19:07:49 CEST 2007


Hi George.

imageLinkWrap doesn't work on GIFBUILDER objects, because it relies on the
original image. So that's why click-enlarge doesn't work.
See TSRef:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/6/

---
Peter Klein / Umloud Untd.

"Georg Großberger" <grossberger at viamedia.at> wrote in message 
news:mailman.1.1179934745.5024.typo3-english at lists.netfielders.de...
> Hi all,
>
> I wanted all standard picture elements, to have a border, using some 
> gif-Files for creating pins on the corners and a shadow. Therefore I just 
> altered the code of CSS Styled Content a bit, like this:
>
>
> tt_content.image.20 {
>    1 {
>        file = GIFBUILDER
>        file {
>            XY = [10.w]+4, [10.h]+4
>            backColor = #FFFFFF
>
>            10 = IMAGE
>            10.file.import.current = 1
>            10.offset = 2,2
>            10.file.width.field = imagewidth
>
>            ...
>      }
> }
>
> Works fine so far, but now, the rendering does simply ingore the given 
> height, and the click-enlarge function does not work either. As you can 
> see, I just turned the file from import to Gifbuilder, and added some 
> options inside, everthing else is left untouched.
>
> Where may be the problem?
>
>
> 




More information about the TYPO3-english mailing list