[TYPO3-german] typoscript Bedingung - override?
Ulrich Fischer
ulrich-fischer at gmx.net
Wed May 13 16:58:01 CEST 2009
Hallo zusammen,
danke für die schnellen Tipps.
Es klappt noch nicht - weder mit stdWrap und override.cObject
tt_content.image.20.1.file stammt ja vom CType: image ab.
tt_content.image.20 = IMGTEXT
...
im css_styled_content folgt die 1 ohne Zuweisung einfach so:
1 {
file.import.current = 1
file.width.field = imagewidth
....
}
Die Preisfrage lautet:
Wie kann ich das "file" mit specImage auswechseln?
Danke und schöne Grüße
Ulrich
temp.specImage = GIFBUILDER
temp.specImage {
XY = [10.w],[10.h]
format = jpg
quality = 95
image_compression = 20
5 = LOAD_REGISTER
5 {
imageWidth.cObject = COA
imageWidth.cObject {
10 = TEXT
10 {
value =
if.value = 0
if.equals.field = tx_glstreuhand_imageformat
}
20 = TEXT
20 {
value = 123
if.value = 1
if.equals.field = tx_glstreuhand_imageformat
}
30 = TEXT
30 {
value = 256
if.value = 0
if.equals.field = tx_glstreuhand_imageformat
}
}
}
10 = IMAGE
10.file.import.current = 1
10.width.data = {register:imageWidth}
20 = IMAGE
# 20.offset = 5,5
20.align = r,t
20.file = {$img_text.imagePath}image_top-right.png
}
--
http://www.sunfish.de
More information about the TYPO3-german
mailing list