[TYPO3-english] question on jsmenu..
piet roorda
pietroorda at gmail.com
Wed Oct 8 22:43:39 CEST 2008
dear group
I want to have jsmenu on everypage to jump to a part of my site.
I make use of two levels.
when making my choice the correct page is presented, but the jsmenu jumps
back to the top possition.
so if the first is a country selector the second is a topic selector and I
choose "Germany" in the first and "whateverTopic" in the second the page is
shown, I want the dropdown to still show: "Germany" "whateverTopic"
here is the code I use:
temp.jsMenu = HMENU
temp.jsMenu.special = directory
temp.jsMenu.special.value = 624
temp.jsMenu.1 = JSMENU
temp.jsMenu.1 {
levels = 2
#SPC = 1
1 {
showActive = 1
additionalParams =
style="width:150px;margin-top:10px;margin-left:10px;float:left;"
firstLabel = Country
}
2 {
showActive = 1
additionalParams =
style="width:150px;margin-top:10px;margin-left:10px;float:left;"
firstLabel = Topic list
}
}
More information about the TYPO3-english
mailing list