Re: [Typo3-UG Oesterreich] Re: [Typo3-UG Oesterreich] Mininews, Suche und Sprungmenü

Robert Zöhrer robert.zoehrer at gmx.net
Thu Sep 30 17:39:20 CEST 2004


Hallo,

Am 30.09.2004 13:46 meinte media.res | alex widschwendter folgendes:

[Springmenü]

> 
> 
> http://typo3.org/documentation/document-library/doc_core_tsref/JSMENU/
> 

Danke .. ich dachte anfangs beim Begriff JSMENU an etwas anderes .. aber
funktioniert trotzdem nicht das JSMENU

# Sprungmenu Länderliste cObject
temp.country_jump = HMENU
temp.country_jump.special = directory
temp.country_jump.special.value = 73

temp.country_jump.1 = JSMENU
temp.country_jump.1 {
     levels = 1
     width = 5
     additionalParams.class = right_input
}

liefert zwar das JS dazu auf der Seite

<script type="text/javascript" src="t3lib/jsfunc.menu.js"></script>

<script type="text/javascript">
	/*<![CDATA[*/
<!--

var JSmenu = new JSmenu(1,'JSmenuForm');
 var eid1=0;
eid1=JSmenu.add(0,0,0,'%D6sterreich','index.php%3Fid%3D74','');
eid1=JSmenu.add(0,eid1,0,'Deutschland','index.php%3Fid%3D107','');
eid1=JSmenu.add(0,eid1,0,'Schweiz','index.php%3Fid%3D106','');
.
.
eid1=JSmenu.add(0,eid1,0,'Frankreich','index.php%3Fid%3D102','');
eid1=JSmenu.add(0,eid1,0,'Griechenland','index.php%3Fid%3D101','');
// -->
	/*]]>*/
</script>

aber im Body dann nur

<td id="country_jump"><form action="" method="post" style="margin: 0 0 0
0;" name="JSmenuForm"><select name="selector1"
onchange="JSmenu.act(1);"><option
value="0">______________</option><option value="0"></option><option
value="0"></option><option value="0"></option><option
value="0"></option></select></form><script type="text/javascript">
/*<![CDATA[*/ JSmenu.writeOut(1,JSmenu.openID,1); /*]]>*/ </script></td>

:((

"width = 5"  &  "additionalParams.class = right_input" scheint er
soweiso zu ignorieren .. aber auch ohne diese Angaben keine andere
Ausgabe :( Wo sind die Einträge zw. den <option></option> .. finden tut
er ja die Items .. sonst wären diese wohl nicht im JS zu sehen.

Ich bin mir nach langem stöbern keiner Fehler bewusst ..

Weiss wer Rat?

lgr




More information about the TYPO3-at mailing list