[TYPO3] TMENU with title and subtitle as tooltip
Gregor Kaczmarczyk
gregor at crazes.de
Thu Feb 2 17:11:05 CET 2006
hi Peter,
thank you very much for your support.
you are the king of TS.
there were 2 errors, but i got the menu to work :)
ya, the COA made the trick.
Peter Klein schrieb:
> stdWrap.cObject = COA
> stdWrap.innerWrap {
> 10 = = TEXT
> 10.field = title
> 20 = TEXT
> 20.field = subtitle
> 20.required = 1
> 20.wrap = <span class="tooltip">|</span>
> }
>
> Untested, but should work.. ;)
final TS:
stdWrap.cObject = COA
stdWrap.cObject {
10 = TEXT
10.field = title
20 = TEXT
20.field = subtitle
20.required = 1
20.noTrimWrap =| <span class="tooltip">|</span>|
}
ciao, gregor
(not george) ;)
More information about the TYPO3-english
mailing list