[Typo3] menu problem [horizontal/vertical mix]
JoH
info at cybercraft.de
Mon Jun 13 15:42:31 CEST 2005
>> expAll = 1
>> should do the trick
>> all Menus start "folded out" in this case.
>
> ok, back 2 work, after a weekend ;)
> big thanks! it works.. almost fine!
> just a one little newbie-like question:
> where is the place to write the "wrap <table><tr>|</tr></table>"?
> [when using the table-version, no the css-positioning one].
> i've tried few ways to write it - not working.. right now, a part of
> my setup, which renders the menu looks like:
>
> ## menu
> temp.menu = HMENU
> wrap <table><tr> | </tr></table>
> temp.menu.1 = TMENU
> temp.menu.1 {
> expAll = 1
> NO.wrapItemAndSub = <td> | </td>
> }
> temp.menu.2 = TMENU
> temp.menu.2 {
> # normalny:
> NO.wrapItemAndSub = <td> | </td>
> }
>
> everything is ok, but the "wrap" is not used..
Well - since you want to wrap the HMENU the wrap should be inside the
corresponding curly brackets
temp.menu = HMENU
temp.menu {
wrap <table><tr> | </tr></table>
1 = TMENU
1 {
#blah
}
}
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.openbc.com/go/invuid/Jo_Hasenau
More information about the TYPO3-english
mailing list