[Datug] Nicht ausklappendes Menü

Joachim Buthe jobuthe at gmx.de
Mon Sep 27 12:22:33 CEST 2004


Hallo,

ich habe ein GMENU erzeugt welches sich bei draufklicken ausklappen soll 
.. was es allerdings nicht tut.
Zusätzlich Eintragung von MENU.1.expAll = 0 und MENU.1.collapse = 1 
bringen leider auch nichts, bei MENU.1.expAll = 1 ist alles aufgeklappt 
wie es sein soll. Weiß jemand Rat ?

Hier der CODE:

seite.10.marks {

	# MENU
	
	MENU = HMENU
	MENU.special = directory 	
	#
	MENU.special.value = 10
	#die Ausgangssite-id des Menus
	#
	MENU.entryLevel = 0
	#die Ausgangsebene des Menus
	#
	MENU.1  = GMENU
	MENU.1.NO {
		XY = 150,18
		backColor = 77,184,179
		wrap  = |<br>
		# zeilenumbruch nach den einzelenen menupunkten
		10 = TEXT
		10.text.field = title
		# content kommt aus title (erweitere seitenansicht)
		10.fontFile = fileadmin/fonts/verdana.ttf
		10.fontColor = white
		10.fontSize = 14
		10.offset = 2, 14
		# nach rechts und runter, bei verdana sind pixel und punkt fast gleich
	      	#10.niceText = 1
	      	10.wrap = |<br><br>
		}
	#
	MENU.1.RO < .MENU.1.NO
	MENU.1.RO = 1
	MENU.1.RO.10.fontColor = #0D2676
	## bei rollover
	MENU.1.ACT < .MENU.1.RO
	MENU.1.ACT = 1
	#
	# MENÜ EBENE 2
	#
	MENU.2  = GMENU
	MENU.2.NO {
		XY = 150,18
		backColor = 77,184,179
		20 = TEXT
		20.text.field = title
		20.fontFile = fileadmin/fonts/verdana.ttf
		20.fontColor = white
		20.fontSize = 10
		20.offset = 6,14
	}
	#	
	MENU.2.RO < .MENU.2.NO
	MENU.2.RO = 1
	MENU.2.RO.20.fontColor = #0D2676
	# bei rollover
	#	
	MENU.2.ACT < .MENU.2.RO
	MENU.2.ACT = 1
	#
	# MENÜ EBENE 3
	#
	MENU.3  = GMENU
	MENU.3.NO {
		XY = 150,18
		backColor = 77,184,179
		20 = TEXT
		20.text.field = title
		20.fontFile = fileadmin/fonts/verdana.ttf
		20.fontColor = white
		20.fontSize = 10
		20.offset = 12,14
	}
	#	
	MENU.3.RO < .MENU.3.NO
	MENU.3.RO = 1
	MENU.3.RO.20.fontColor = #0D2676
	# bei rollover
	#	
	MENU.3.ACT < .MENU.3.RO
	MENU.3.ACT = 1
}

Viele Grüße,

Joachim Buthe



More information about the TYPO3-UG-darmstadt mailing list