<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>typo3.schloebe.de &#187; menü</title>
	<atom:link href="http://typo3.schloebe.de/tag/menue/feed/" rel="self" type="application/rss+xml" />
	<link>http://typo3.schloebe.de</link>
	<description>TYPO3, TypoScript, Erweiterungen, Tipps</description>
	<lastBuildDate>Tue, 27 Apr 2010 14:05:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sitemap (mit Inhaltsanangabe) anpassen</title>
		<link>http://typo3.schloebe.de/typoscript/sitemap-mit-inhaltsanangabe-csc-menu4-anpassen/</link>
		<comments>http://typo3.schloebe.de/typoscript/sitemap-mit-inhaltsanangabe-csc-menu4-anpassen/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 11:11:03 +0000</pubDate>
		<dc:creator>Oliver Schlöbe</dc:creator>
				<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[TypoScript]]></category>
		<category><![CDATA[bild]]></category>
		<category><![CDATA[Frame]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[media feld]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[Sitemap]]></category>

		<guid isPermaLink="false">http://typo3.schloebe.de/?p=57</guid>
		<description><![CDATA[ 	Die Sitemap &#8220;Men&#252; der Unterseiten (mit Inhaltsanangabe)&#8221; listet standardm&#228;&#223;ig nur die Seiten mitsamt einer kurzen Beschreibung auf. Nicht sonderlich sch&#246;n. 
Sch&#246;n w&#228;ren da Bilder, die die Seiteninhalte optisch widerspiegeln. Denn Bilder sagen bekanntlich mehr als Tausend Worte.   Darum folgend ein Code-Schnipsel, wie man das &#8220;Men&#252; der Unterseiten (mit Inhaltsanangabe)&#8221; (csc-menu4) ein wenig [...]]]></description>
			<content:encoded><![CDATA[<p> 	Die Sitemap &#8220;Men&#252; der Unterseiten (mit Inhaltsanangabe)&#8221; listet standardm&#228;&#223;ig nur die Seiten mitsamt einer kurzen Beschreibung auf. Nicht sonderlich sch&#246;n. <span id="more-57"></span></p>
<p>Sch&#246;n w&#228;ren da Bilder, die die Seiteninhalte optisch widerspiegeln. Denn Bilder sagen bekanntlich mehr als Tausend Worte. <img src='http://typo3.schloebe.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Darum folgend ein Code-Schnipsel, wie man das &#8220;Men&#252; der Unterseiten (mit Inhaltsanangabe)&#8221; (<em>csc-menu4</em>) ein wenig aufh&#252;bscht, und mit Bildern versieht:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">tt_content.<span style="color: #0066CC;">menu</span> = COA
tt_content.<span style="color: #0066CC;">menu</span> <span style="color: #66cc66;">&#123;</span>
  <span style="color: #cc66cc;">10</span> = <span style="color: #66cc66;">&lt;</span> lib.<span style="color: #006600;">stdheader</span>
  <span style="color: #cc66cc;">20</span> = <span style="color: #b1b100;">CASE</span>
  <span style="color: #cc66cc;">20</span> <span style="color: #66cc66;">&#123;</span>
    <span style="color: #cc66cc;">4</span> <span style="color: #66cc66;">&lt;</span> .<span style="color: #000000; font-weight: bold;">default</span>
    4.<span style="color: #006600;">special</span> = directory
    4.<span style="color: #006600;">includeNotInMenu</span> = <span style="color: #cc66cc;">1</span>
    4.<span style="color: #006600;">wrap</span> = <span style="color: #66cc66;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;csc-menu csc-menu-4&quot;</span><span style="color: #66cc66;">&gt;|&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
    4.1.<span style="color: #006600;">NO</span> <span style="color: #66cc66;">&#123;</span>
      before.<span style="color: #006600;">cObject</span> = COA
      before.<span style="color: #006600;">cObject</span> <span style="color: #66cc66;">&#123;</span>
        <span style="color: #cc66cc;">10</span> = IMAGE
        10.<span style="color: #006600;">file</span>.<span style="color: #0066CC;">import</span>.<span style="color: #006600;">field</span> = media
        10.<span style="color: #006600;">file</span>.<span style="color: #0066CC;">import</span> = uploads<span style="color: #66cc66;">/</span>media<span style="color: #66cc66;">/</span>
        10.<span style="color: #006600;">file</span>.<span style="color: #0066CC;">import</span>.<span style="color: #006600;">listNum</span> = <span style="color: #cc66cc;">0</span>
        10.<span style="color: #006600;">file</span>.<span style="color: #006600;">maxW</span> = <span style="color: #cc66cc;">80</span>
        10.<span style="color: #006600;">wrap</span> = <span style="color: #66cc66;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;csc-menu-imagelink&quot;</span><span style="color: #66cc66;">&gt;|&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
        10.<span style="color: #006600;">imageLinkWrap</span> = <span style="color: #cc66cc;">1</span>
        10.<span style="color: #006600;">imageLinkWrap</span> <span style="color: #66cc66;">&#123;</span>
          enable = <span style="color: #cc66cc;">1</span>
          typolink <span style="color: #66cc66;">&#123;</span>
            ATagParams.<span style="color: #006600;">insertData</span> = <span style="color: #cc66cc;">1</span>
            ATagParams = title=<span style="color: #ff0000;">&quot;{field:title}&quot;</span>
            parameter.<span style="color: #0066CC;">data</span> = field:uid
            <span style="color: #808080; font-style: italic;">#addQueryString = 1</span>
            <span style="color: #808080; font-style: italic;">#addQueryString.method = GET</span>
          <span style="color: #66cc66;">&#125;</span>
        <span style="color: #66cc66;">&#125;</span>
      <span style="color: #66cc66;">&#125;</span>
      allWrap <span style="color: #66cc66;">&gt;</span>
      allWrap = <span style="color: #66cc66;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;csc-frame csc-frame-frame1&quot;</span><span style="color: #66cc66;">&gt;|&lt;</span>div style=<span style="color: #ff0000;">&quot;clear:both;&quot;</span><span style="color: #66cc66;">&gt;&lt;/</span>div<span style="color: #66cc66;">&gt;&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
      wrapItemAndSub = <span style="color: #66cc66;">|</span>
      after.<span style="color: #006600;">required</span> = <span style="color: #cc66cc;">1</span>
      after.<span style="color: #0066CC;">data</span> = field : abstract <span style="color: #808080; font-style: italic;">// field : description // field : subtitle</span>
      after.<span style="color: #006600;">htmlSpecialChars</span> = <span style="color: #cc66cc;">1</span>
      after.<span style="color: #006600;">wrap</span> = <span style="color: #66cc66;">&lt;</span>p <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;csc-abstract&quot;</span><span style="color: #66cc66;">&gt;|&lt;/</span>p<span style="color: #66cc66;">&gt;</span>
    <span style="color: #66cc66;">&#125;</span>
  <span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

<h1>Erl&#228;uterung</h1>
<p>Die Bilder f&#252;r die einzelnen Seiten werden in den Seiteneigenschaften der jew. Seiten im &#8220;Bilder&#8221;-Block hinterlegt. Die Gr&#246;&#223;e ist dabei egal, denn das Code-Snippet begrenzt die Breite der Bilder auf max. 80 Pixel, sodass diese eine einheitliche Breite haben.</p>
<p>Die H&#246;he wird im Snippet nicht begrenzt, kann aber mittels der umschlie&#223;enden <acronym title="Cascading Style Sheets">CSS</acronym>-Klasse <em>csc-menu-imagelink</em> per <acronym title="Cascading Style Sheets">CSS</acronym> geregelt werden, z.B. mit:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.csc-menu-4</span> <span style="color: #6666ff;">.csc-menu-imagelink</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">60px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>So hat man ein einheitliches Layout, das dennoch die Flexibilit&#228;t der Sitemap genie&#223;t.</p>
<p>Wie das ganze aussehen kann, zeigt folgendes Bild:</p>
<p><img src="http://typo3.schloebe.de/wp-content/uploads/2009/03/csc-sitemap4.jpg" alt="csc-sitemap4" title="csc-sitemap4" width="589" height="186" class="aligncenter size-full wp-image-60" /></p>]]></content:encoded>
			<wfw:commentRss>http://typo3.schloebe.de/typoscript/sitemap-mit-inhaltsanangabe-csc-menu4-anpassen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TYPO3-Plugin f&#252;r Firefox</title>
		<link>http://typo3.schloebe.de/extension/typo3-plugin-fuer-firefox/</link>
		<comments>http://typo3.schloebe.de/extension/typo3-plugin-fuer-firefox/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 19:21:10 +0000</pubDate>
		<dc:creator>Oliver Schlöbe</dc:creator>
				<category><![CDATA[Extension]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[erweiterungen]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[TYPO3 Workbench]]></category>

		<guid isPermaLink="false">http://typo3.schloebe.de/extension/typo3-plugin-fuer-firefox/</guid>
		<description><![CDATA[ 	Soeben auf t3blog.de gefunden, und nat&#252;rlich gleich installiert, um es zu testen: Das TYPO3-Plugin &#8220;TYPO3 Workbench&#8221; f&#252;r Firefox. 
Das Plugin beschreibt seine Features wie folgt:
1.) TYPO3 Login
Nat&#252;rlich haben wir in der TYPO3 Workbench auch das bew&#228;hrte &#8220;TYPO3 Backend&#8221; integriert. Neu hinzugekommen ist die M&#246;glichkeit, das die Workbench nach einer &#8220;/typo3/index.php&#8221; pr&#252;ft und nur den [...]]]></description>
			<content:encoded><![CDATA[<p> 	Soeben auf <a href="http://t3blog.de/2007/12/30/typo3-firefox-plugin/" target="_blank">t3blog.de</a> gefunden, und nat&#252;rlich gleich installiert, um es zu testen: Das TYPO3-Plugin <strong>&#8220;TYPO3 Workbench&#8221;</strong> f&#252;r Firefox. <span id="more-31"></span></p>
<p>Das Plugin beschreibt seine Features wie folgt:</p>
<blockquote><p><strong>1.) TYPO3 Login</strong><br />
Nat&#252;rlich haben wir in der TYPO3 Workbench auch das bew&#228;hrte &#8220;TYPO3 Backend&#8221; integriert. Neu hinzugekommen ist die M&#246;glichkeit, das die Workbench nach einer &#8220;/typo3/index.php&#8221; pr&#252;ft und nur den Loginbutton anzeigt, sofern eine TYPO3 installation vorliegt.</p>
<p><strong>2.) Meine Projekte</strong><br />
Um noch schneller auf aktuelle Projekte zugreifen zu k&#246;nnen, kann nun mit Hilfe der bookmarksfunktion ein Ordner hierf&#252;r angelegt und in der Konfiguration von TYPO3 Workbench ausgew&#228;hlt werden. Die in diesem Ordner angelegten Bookmarks k&#246;nnen dann schnell &#252;ber TYPO3 Workbench aufgerufen werden. Optional wird beim Aufruf auch gleich die Login Seite in einem neuen Tab ge&#246;ffnet.</p>
<p><strong>3.) Referenzen</strong><br />
Da die TYPO3 Referenzen &#8220;TSREF&#8221; und TSconfig&#8221; auch im Docbook Format vorlagen, wurden diese als Hilfe-Dateien integriert. &#220;ber das Inhaltsverzeichnis und eine integrierte Suche k&#246;nnen diese nun durchsucht werden. Textelemente k&#246;nnen hieraus kopiert und in das TYPO3 Template eingef&#252;gt werden.</p>
<p><strong>4.) Extensions finden</strong><br />
&#220;ber eine kurze Sucheingabe wird diese direkt an das Extension Repository von TYPO3 gesendet. Das Ergebnis &#246;ffnet in einem neuen Tab.</p>
<p><strong>5.) Foren durchsuchen</strong><br />
Nach TYPO3 Hilfen in Google zu suchen ist mitlerweile recht unkomfortabel. Hierzu wurde eine Suche &#252;ber verschiedenste Foren integriert. Welche Foren mit durchsucht werden sollen, kann der Benutzer in den Konfigurationseinstellungen definieren.</p></blockquote>
<p>Und so sieht es aus:</p>
<div class="myinlinepicture" style="width:575px">
<div class="myinlineborder"  style="width:575px"><a rel="lightbox" href="http://typo3.schloebe.de/wp-content/gallery/misc/t3workbench.gif"  title=""><img class="myinlinepictureimg" src="http://typo3.schloebe.de/wp-content/gallery/misc/t3workbench.gif" alt="" title="" width="575" height="116"  /></a></div>
</div>
<p><br style="clear:both"/></p>
<p>Bisher nutzte ich das <a href="http://www.visionconnect.de/typo3backend.html" target="_blank">TYPO3 Backend Plugin</a> von VisioConnect, das damit wohl &#252;berfl&#252;ssig wird, da die Jungs von VisioConnect nun selbst f&#252;r Nachschub sorgen. <img src='http://typo3.schloebe.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong><a href="https://addons.mozilla.org/de/firefox/addon/5528" target="_blank">&raquo; Zum Download des Firefox-Plugins &#8220;TYPO3 Workbench&#8221;</a></strong></p>]]></content:encoded>
			<wfw:commentRss>http://typo3.schloebe.de/extension/typo3-plugin-fuer-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TypoScript-Wettbewerb &#8211; Men&#252; f&#252;r TYPO3</title>
		<link>http://typo3.schloebe.de/allgemein/typoscript-wettbewerb-menue-fuer-typo3/</link>
		<comments>http://typo3.schloebe.de/allgemein/typoscript-wettbewerb-menue-fuer-typo3/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 13:31:09 +0000</pubDate>
		<dc:creator>Oliver Schlöbe</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[TypoScript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[T3N Magazin]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[Wettbewerb]]></category>

		<guid isPermaLink="false">http://typo3.schloebe.de/allgemein/typoscript-wettbewerb-menue-fuer-typo3/</guid>
		<description><![CDATA[ 	Thomas von fi-ausbilden.de hat seit etwa zwei Wochen einen interessanten TypoScript-Wettbewerb laufen.  Ziel ist es, mit m&#246;glichst wenig TypoScript ein vorgegebenes Men&#252; zu erstellen.
Zu gewinnen gibt es:

“Das TYPO3 Profihandbuch &#8211; Der Leitfaden f&#252;r Entwickler und Administratoren zu Version 4.1” und die DVD “TypoScript &#8211; Video-Training“
Unter allen Teilnehmern ein Jahresabo des T3N Magazin mit [...]]]></description>
			<content:encoded><![CDATA[<p> 	Thomas von <a href="http://www.fi-ausbilden.de" target="_blank">fi-ausbilden.de</a> hat seit etwa zwei Wochen einen interessanten <acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym>-Wettbewerb laufen. <span id="more-30"></span> Ziel ist es, mit m&#246;glichst wenig <acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym> ein vorgegebenes Men&#252; zu erstellen.</p>
<p>Zu gewinnen gibt es:</p>
<ul>
<li>“Das TYPO3 Profihandbuch &#8211; Der Leitfaden f&#252;r Entwickler und Administratoren zu Version 4.1” und die <acronym title="Digital Versatile Disc">DVD</acronym> “<acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym> &#8211; Video-Training“</li>
<li>Unter allen Teilnehmern ein Jahresabo des T3N Magazin mit einer “OpenSource” &#8211; Tasche, “Das TYPO3 Profihandbuch &#8211; Der Leitfaden f&#252;r Entwickler und Administratoren zu Version 4.1″ und die <acronym title="Digital Versatile Disc">DVD</acronym> “<acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym> &#8211; Video-Training”</li>
</ul>
<p><strong>Einsendeschluss</strong> ist der 20.12.07 23:59 Uhr.</p>
<p><a href="http://www.fi-ausbilden.de/blog/2007/11/19/typo3-typoscript-wettbewerb/" target="_blank"><strong>Zum Wettbewerb!</strong></a></p>]]></content:encoded>
			<wfw:commentRss>http://typo3.schloebe.de/allgemein/typoscript-wettbewerb-menue-fuer-typo3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript Jumpmen&#252; (Dropdown)</title>
		<link>http://typo3.schloebe.de/typoscript/javascript-jumpmenue-dropdown/</link>
		<comments>http://typo3.schloebe.de/typoscript/javascript-jumpmenue-dropdown/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 20:08:52 +0000</pubDate>
		<dc:creator>Oliver Schlöbe</dc:creator>
				<category><![CDATA[TypoScript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[typo3]]></category>
		<category><![CDATA[unterseiten auslesen]]></category>

		<guid isPermaLink="false">http://typo3.schloebe.de/typoscript/javascript-jumpmenue-dropdown/</guid>
		<description><![CDATA[ 	Folgendes TypoScript-Snippet erstellt eines jener JavaScript-Jumpmen&#252;s, die wie eine Art Sitemap funktionieren, jedoch als Dropdown-Men&#252;. Mit Klick auf eine der Seiten springt man automatisch auf die gew&#228;hlte Seite.
Folgend das TypoScript. Anzupassende Variablen folgen danach. 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
marks.DROPDOWN_NAVI = COA
  marks.DROPDOWN_NAVI &#123;
  10 = HMENU
  10 &#123;
     special = directory
 [...]]]></description>
			<content:encoded><![CDATA[<p> 	Folgendes <acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym>-Snippet erstellt eines jener JavaScript-Jumpmen&#252;s, die wie eine Art Sitemap funktionieren, jedoch als Dropdown-Men&#252;. Mit Klick auf eine der Seiten springt man automatisch auf die gew&#228;hlte Seite.</p>
<p>Folgend das <acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym>. Anzupassende Variablen folgen danach. <span id="more-12"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">marks.<span style="color: #006600;">DROPDOWN_NAVI</span> = COA
  marks.<span style="color: #006600;">DROPDOWN_NAVI</span> <span style="color: #66cc66;">&#123;</span>
  <span style="color: #cc66cc;">10</span> = HMENU
  <span style="color: #cc66cc;">10</span> <span style="color: #66cc66;">&#123;</span>
     special = directory
     special.<span style="color: #006600;">value</span> = <span style="color: #cc66cc;">1</span>
     wrap = <span style="color: #66cc66;">&lt;</span>div<span style="color: #66cc66;">&gt;&lt;</span>select <span style="color: #0066CC;">name</span>=<span style="color: #ff0000;">&quot;dropdown_navi&quot;</span> <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;quickjump&quot;</span> <span style="color: #0066CC;">size</span>=<span style="color: #ff0000;">&quot;1&quot;</span> onChange=<span style="color: #ff0000;">&quot;document.location.href='index.php?id=' + this.value&quot;</span><span style="color: #66cc66;">&gt;</span> <span style="color: #66cc66;">|</span> <span style="color: #66cc66;">&lt;/</span>select<span style="color: #66cc66;">&gt;&lt;/</span>div<span style="color: #66cc66;">&gt;</span>
&nbsp;
     <span style="color: #cc66cc;">1</span> = TMENU
     <span style="color: #cc66cc;">1</span> <span style="color: #66cc66;">&#123;</span>
       expAll = <span style="color: #cc66cc;">1</span>
       noBlur = <span style="color: #cc66cc;">1</span>
       NO <span style="color: #66cc66;">&#123;</span>
         stdWrap.<span style="color: #006600;">dataWrap</span> = <span style="color: #66cc66;">&lt;</span>option value=<span style="color: #ff0000;">&quot;{field:uid}&quot;</span><span style="color: #66cc66;">&gt;</span>
         allWrap = <span style="color: #66cc66;">|</span> <span style="color: #66cc66;">&lt;/</span>option<span style="color: #66cc66;">&gt;</span>
         doNotLinkIt = <span style="color: #cc66cc;">1</span>
       <span style="color: #66cc66;">&#125;</span>
       CUR = <span style="color: #cc66cc;">1</span>
       CUR <span style="color: #66cc66;">&#123;</span>
         stdWrap.<span style="color: #006600;">dataWrap</span> = <span style="color: #66cc66;">&lt;</span>option value=<span style="color: #ff0000;">&quot;{field:uid}&quot;</span> selected=<span style="color: #ff0000;">&quot;selected&quot;</span><span style="color: #66cc66;">&gt;</span>
         allWrap = <span style="color: #66cc66;">|</span> <span style="color: #66cc66;">&lt;/</span>option<span style="color: #66cc66;">&gt;</span>
         doNotLinkIt = <span style="color: #cc66cc;">1</span>
       <span style="color: #66cc66;">&#125;</span>
     <span style="color: #66cc66;">&#125;</span>
  <span style="color: #66cc66;">&#125;</span>
  <span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

<p>Hier die einzige anzupassende Variable.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>6
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">special.<span style="color: #006600;">value</span> = <span style="color: #cc66cc;">1</span></pre></td></tr></table></div>

<p>Hier wird die ID der Seite eingetragen, deren Unterseiten im Dropdown angezeigt werden sollen.</p>
<p><strong>UPDATE 26.08.2007:</strong></p>
<p>Viel einfacher geht es auch. <img src='http://typo3.schloebe.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">marks.<span style="color: #006600;">DROPDOWN_NAVI</span> = HMENU
marks.<span style="color: #006600;">DROPDOWN_NAVI</span> <span style="color: #66cc66;">&#123;</span>
  special = directory
  special.<span style="color: #006600;">value</span> = <span style="color: #cc66cc;">1</span>
  <span style="color: #cc66cc;">1</span> = JSMENU
  1.<span style="color: #0066CC;">target</span> = _blank
  1.<span style="color: #006600;">firstLabelGeneral</span> = Sprung zu Seite
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>4
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">special.<span style="color: #006600;">value</span> = <span style="color: #cc66cc;">1</span></pre></td></tr></table></div>

<p>Hier wird die ID der Seite eingetragen, deren Unterseiten im Dropdown angezeigt werden sollen.</p>]]></content:encoded>
			<wfw:commentRss>http://typo3.schloebe.de/typoscript/javascript-jumpmenue-dropdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breadcrumb Men&#252; mit TYPO3</title>
		<link>http://typo3.schloebe.de/typoscript/breadcrumb-menue-mit-typo3/</link>
		<comments>http://typo3.schloebe.de/typoscript/breadcrumb-menue-mit-typo3/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 20:45:34 +0000</pubDate>
		<dc:creator>Oliver Schlöbe</dc:creator>
				<category><![CDATA[TypoScript]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[rootline]]></category>

		<guid isPermaLink="false">http://typo3.schloebe.de/typoscript/breadcrumb-menue-mit-typo3/</guid>
		<description><![CDATA[ 	Gut f&#252;r die Usability, gut f&#252;r die Orientierung und auch gut f&#252;r Google. Ein Breadcrump-Men&#252; bringt gute interne Links und ein Plus an Navigations&#228;sthetik. Der folgende Code-Schnipsel erzeugt eine Art &#8220;Sie sind hier:&#8221;-Men&#252; aus der Seitenstruktur Ihres Typo3-Dokumentenbaumes. 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
marks.BREADCRUMB = COA
marks.BREADCRUMB &#123;
10 = HMENU
10 &#123;
  special = rootline
  special.range = 0&#124;-1
  [...]]]></description>
			<content:encoded><![CDATA[<p> 	Gut f&#252;r die Usability, gut f&#252;r die Orientierung und auch gut f&#252;r Google. Ein Breadcrump-Men&#252; bringt gute interne Links und ein Plus an Navigations&#228;sthetik. Der folgende Code-Schnipsel erzeugt eine Art &#8220;Sie sind hier:&#8221;-Men&#252; aus der Seitenstruktur Ihres <acronym title="Eines der mächtigsten Content-Management-Systeme, das mit PHP und MySQL läuft">Typo3</acronym>-Dokumentenbaumes. <span id="more-5"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">marks.<span style="color: #006600;">BREADCRUMB</span> = COA
marks.<span style="color: #006600;">BREADCRUMB</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #cc66cc;">10</span> = HMENU
<span style="color: #cc66cc;">10</span> <span style="color: #66cc66;">&#123;</span>
  special = rootline
  special.<span style="color: #006600;">range</span> = <span style="color: #cc66cc;">0</span><span style="color: #66cc66;">|</span>-<span style="color: #cc66cc;">1</span>
  <span style="color: #cc66cc;">1</span> = TMENU
      1.<span style="color: #006600;">noBlur</span> = <span style="color: #cc66cc;">1</span>
      1.<span style="color: #006600;">CUR</span> = <span style="color: #cc66cc;">1</span>
      1.<span style="color: #0066CC;">target</span> = _self
      1.<span style="color: #006600;">NO</span> <span style="color: #66cc66;">&#123;</span>
          stdWrap.<span style="color: #006600;">field</span> = nav_title <span style="color: #808080; font-style: italic;">// title</span>
          ATagTitle.<span style="color: #006600;">field</span> = nav_title <span style="color: #808080; font-style: italic;">// title</span>
          linkWrap = <span style="color: #66cc66;">|</span> <span style="color: #66cc66;">|*|</span> » <span style="color: #66cc66;">|*|</span>
          <span style="color: #66cc66;">&#125;</span>
      1.<span style="color: #006600;">CUR</span> <span style="color: #66cc66;">&#123;</span>
          stdWrap.<span style="color: #006600;">field</span> = nav_title <span style="color: #808080; font-style: italic;">// title</span>
          linkWrap = <span style="color: #66cc66;">|</span> <span style="color: #66cc66;">|*|</span> » <span style="color: #66cc66;">|*|</span>
          doNotLinkIt = <span style="color: #cc66cc;">1</span>
          <span style="color: #66cc66;">&#125;</span>
     <span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

<p>Sieht dann &#228;hnlich dem aus:</p>
<blockquote><p>Startseite <span class="unicode">»</span> Kategorie1 <span class="unicode">»</span> Unterseite 1</p></blockquote>
<p>Nicht vergessen, im <acronym title="HyperText Markup Language">HTML</acronym>-Template den Marker via <em>###BREADCRUMB###</em> zu platzieren.</p>]]></content:encoded>
			<wfw:commentRss>http://typo3.schloebe.de/typoscript/breadcrumb-menue-mit-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigationsmen&#252; (&#228;hnlich Breadcrumb)</title>
		<link>http://typo3.schloebe.de/typoscript/navigationsmenue-aehnlich-breadcrumb/</link>
		<comments>http://typo3.schloebe.de/typoscript/navigationsmenue-aehnlich-breadcrumb/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 08:58:28 +0000</pubDate>
		<dc:creator>Oliver Schlöbe</dc:creator>
				<category><![CDATA[TypoScript]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[stylen]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://typo3.schloebe.de/typoscript/navigationsmenue-aehnlich-breadcrumb/</guid>
		<description><![CDATA[ 	Eine Art Breadcrumb-Men&#252; liefert dieser TypoScript-Schnipsel. &#196;hnlich dem Standard-Breadcrumbmen&#252; wird hier die aktuelle Position dargestellt, allerdings in der Funktion eines Men&#252;s.
Vorangestellt wird immer die Oberkategorie, in der man sich befindet, dahinter folgen alle Unterseiten der Oberkategorie. Der Link der aktuell besuchten Seite l&#228;sst mit CSS anpassen. 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
temp.MENU = COA
temp.MENU &#123;
	10 = TEXT
	10.dataWrap = &#38;nbsp;&#38;nbsp;&#60;strong&#62;&#60;a [...]]]></description>
			<content:encoded><![CDATA[<p> 	Eine Art <acronym title="Brotkrümel-Menü, das dem Nutzer die aktuelle Position innerhalb der Webseite zeigt.">Breadcrumb</acronym>-Men&#252; liefert dieser <acronym title="Scriptsprache, die in Typo3 Anwendung findet.">TypoScript</acronym>-Schnipsel. &#196;hnlich dem Standard-Breadcrumbmen&#252; wird hier die aktuelle Position dargestellt, allerdings in der Funktion eines Men&#252;s.</p>
<p>Vorangestellt wird immer die Oberkategorie, in der man sich befindet, dahinter folgen alle Unterseiten der Oberkategorie. Der Link der aktuell besuchten Seite l&#228;sst mit <acronym title="Cascading Style Sheets">CSS</acronym> anpassen. <span id="more-15"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="actionscript" style="font-family:monospace;">temp.<span style="color: #0066CC;">MENU</span> = COA
temp.<span style="color: #0066CC;">MENU</span> <span style="color: #66cc66;">&#123;</span>
	<span style="color: #cc66cc;">10</span> = <span style="color: #0066CC;">TEXT</span>
	10.<span style="color: #006600;">dataWrap</span> = <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&lt;</span>strong<span style="color: #66cc66;">&gt;&lt;</span>a href=<span style="color: #ff0000;">&quot;index.php?id={leveluid:1}&quot;</span><span style="color: #66cc66;">&gt;</span><span style="color: #66cc66;">&#123;</span>leveltitle:<span style="color: #cc66cc;">1</span><span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&lt;/</span>a<span style="color: #66cc66;">&gt;&lt;/</span>strong<span style="color: #66cc66;">&gt;</span>
	<span style="color: #cc66cc;">15</span> = <span style="color: #0066CC;">HTML</span>
	15.<span style="color: #006600;">value</span> = <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>raquo;<span style="color: #66cc66;">&amp;</span>nbsp;
 	<span style="color: #cc66cc;">20</span> = HMENU
 	20.<span style="color: #006600;">entryLevel</span> = <span style="color: #cc66cc;">1</span>
 	<span style="color: #cc66cc;">20.1</span> = TMENU
 	<span style="color: #cc66cc;">20.1</span> <span style="color: #66cc66;">&#123;</span>
   		NO.<span style="color: #006600;">ATagTitle</span>.<span style="color: #006600;">field</span> = title
   		NO.<span style="color: #006600;">linkWrap</span> = <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">|&amp;</span>nbsp; <span style="color: #66cc66;">|*|</span> <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">|&amp;</span>nbsp; <span style="color: #66cc66;">|*|</span> <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">|</span>
   		ACT = <span style="color: #cc66cc;">1</span>
   		ACT.<span style="color: #006600;">ATagTitle</span>.<span style="color: #006600;">field</span> = title
   		ACT.<span style="color: #006600;">ATagParams</span> = <span style="color: #000000; font-weight: bold;">class</span>=<span style="color: #ff0000;">&quot;aktiv&quot;</span>
   		ACT.<span style="color: #006600;">linkWrap</span> = <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">|&amp;</span>nbsp; <span style="color: #66cc66;">|*|</span> <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">|&amp;</span>nbsp; <span style="color: #66cc66;">|*|</span> <span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">&amp;</span>nbsp;<span style="color: #66cc66;">|</span>
	<span style="color: #66cc66;">&#125;</span>
<span style="color: #66cc66;">&#125;</span></pre></td></tr></table></div>

<p>Das Ganze k&#246;nnte dann in etwa so aussehen:</p>
<blockquote><p>Oberkategorie &raquo; UnterseiteOberkat1 | UnterseiteOberkat2 | UnterseiteOberkat3</p></blockquote>]]></content:encoded>
			<wfw:commentRss>http://typo3.schloebe.de/typoscript/navigationsmenue-aehnlich-breadcrumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
