[TYPO3] how to use fullStdWrap Ext. for ATagParams?
stem
stema at web.de
Thu Mar 16 09:27:24 CET 2006
Hi,
JoH has contributed a very interesting extension which enables stdWrap
properties for everything.
thanks so far!
however, i couldn't figure out how to use it for ATagParams.
does anybody know how to do it right?
thanks a lot :)
that's what i have done so far:
lib.navigation.2 = TMENU
lib.navigation.2 {
fullStdWrap = 1 # to enable fullstdwrap
NO.allWrap.cObject = COA
NO.allWrap.cObject {
10 = TEXT
10.value = <div class="title" >|</div>
10.if {
value = title1, title2
isInList.field = title
}
20 = TEXT
20.value = <div class="standard">|
20.if {
value = title1, title2
isInList.field = title
negate = 1
}
}
NO.ATagParams.cObject = COA
NO.ATagParams.cObject {
10 = TEXT
10.value = onClick="function(this.href,500,500); return false;"
10.if {
value = title1, title2
isInList.field = title
}
20 = TEXT
20.value =
20.if {
value = title1, title2
isInList.field = title
negate = 1
}
}
}
More information about the TYPO3-english
mailing list