[TYPO3-german] GIFBUILDER-Object mit MARKER ausblenden....?
JoH
info at cybercraft.de
Tue Aug 15 23:15:40 CEST 2006
>> Problem ist folgendes: wenn ich kein subtitle oder description
>> habe, gibt er trotzdem ein leeres Platz ohne Text (und mit 160px
>> Höhe) aus. Das sieht nicht so schöne aus.
>> Kann man das irgendwie ausblenden, falls man keine subtitel oder
>> descr. hat???
>> Besteht auch die Möglichkeit subtitle UND description auszugeben?
>> und wie?
>
> 2. Hier ist TS ###TEXTBOX###, wo ein inm GIF-Object wird ein
> Seitentitel oder Subtitel ausgeben.
>
> marks.TEXTBOX = IMAGE
> marks.TEXTBOX {
> file = GIFBUILDER
> file {
> XY = 250,160
> backColor = #ffffaa
> reduceColors = 5
> 10 = TEXT
> 10 {
> text.field = title
> fontColor = #000000
> offset = 4,14
> fontSize = 20
> }
> }
> }
Da muß eine Abfrage auf das Feld rein, dann sollte das klappen:
marks.TEXTBOX = COA
marks.TEXTBOX {
if.isTrue.field = title
10 = IMAGE
10 {
file = GIFBUILDER
file {
XY = 250,160
backColor = #ffffaa
reduceColors = 5
10 = TEXT
10 {
text.field = title
fontColor = #000000
offset = 4,14
fontSize = 20
}
}
}
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com
More information about the TYPO3-german
mailing list