NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:dropdown-flyout:nav_horiz_dd:enhanced [2012/06/12 10:37] Knut Heermann (flip-flop) |
english:navigation:dropdown-flyout:nav_horiz_dd:enhanced [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>10}} | {{indexmenu_n>10}} | ||
| - | ====== NAV_HORIZ_DD:Typ,ID,Tiefe,li-id ====== | + | ====== NAV_HORIZ_DD:Type,ID,Depth,li-id ====== |
| Line 8: | Line 8: | ||
| **{NAV_HORIZ_DD: Type, ID, depth, li-ID}** | **{NAV_HORIZ_DD: Type, ID, depth, li-ID}** | ||
| - | ##@string $parameter = "menu type, start_id, max_level_depth, id for ervery li"## | + | ##@string $parameter = "menu type, start_id, max_level_depth, id for every li"## |
| <file> | <file> | ||
| - Menu type: H=Home on|off, P=Parent on|off | - Menu type: H=Home on|off, P=Parent on|off | ||
| Line 658: | Line 658: | ||
| - | ==== CSS zu V1.2: ==== | + | ==== CSS for V1.2: ==== |
| Line 914: | Line 914: | ||
| \\ | \\ | ||
| + | |||
| ==== PHP V1.2b ==== | ==== PHP V1.2b ==== | ||
| Update 22.12.2010 KH: | Update 22.12.2010 KH: | ||
| Line 1246: | Line 1247: | ||
| ==== PHP V1.2c ==== | ==== PHP V1.2c ==== | ||
| Update 18.11.2011 KH: | Update 18.11.2011 KH: | ||
| - | * Der title TAG zu jedem Link kann ausgegeben werden z.B. ''%%<a href="Link..." ...title="Kategoriename">%%''. | + | * The title tag for each link can be displayed e.g. ''%%<a href="Link..." ...title="Kategoriename">%%''. |
| - | * Parameter im Script in CUSTOM VAR: %%"$title = true/false"%% | + | * Parameters in the Script in CUSTOM VAR: %%"$title = true/false"%% |
| \\ | \\ | ||
| Line 1262: | Line 1263: | ||
| - | **Typischer Aufruf:** | + | **Typical call:** |
| <file><div class="hmenu">{NAV_HORIZ_DD1:,0,4,cat,my_class,<span>|</span> }</div></file> | <file><div class="hmenu">{NAV_HORIZ_DD1:,0,4,cat,my_class,<span>|</span> }</div></file> | ||
| - | Dateiname: **rt_nav_horiz_drop_down_v12.php** | + | Filename: **rt_nav_horiz_drop_down_v12.php** |
| - | Ort: **/template/inc_script/frontend_render/ ** | + | Location: **/template/inc_script/frontend_render/ ** |