NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:dropdown-flyout:nav_horiz_dd:enhanced [2012/06/12 10:24] 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 50: | Line 50: | ||
| ==== PHP V1.1 ==== | ==== PHP V1.1 ==== | ||
| - | In **%%== CUSTOM VAR == %%** können einige Klassennamen angepasst werden. | + | In **%%== CUSTOM VAR == %%** some class names will be adjusted. |
| - | Dateiname: **rt_nav_horiz_drop_down_v11.php** | + | Filename: **rt_nav_horiz_drop_down_v11.php** |
| - | Ort: **/template/inc_script/frontend_render/ ** | + | Location: **/template/inc_script/frontend_render/ ** |
| Line 327: | Line 327: | ||
| <note important> | <note important> | ||
| - | **WICHTIG!** | + | **IMPORTANT!** |
| - | Vor dem Einsatz der V1.1 bitte die vorherige NAV_HORIZ_DD deaktiviern \\ | + | Please turn off the previous NAV_HORIZ_DD before using the V1.1 \\ |
| - | //(die Datei in der Endung umbenennen oder löschen)//. | + | //(rename the extend of the file or delete the file)//. |
| - | Z.B.: rt_nav_horiz_drop_down.php -> rt_nav_horiz_drop_down.php_ | + | Eg.: rt_nav_horiz_drop_down.php -> rt_nav_horiz_drop_down.php_ |
| </note> | </note> | ||
| \\ | \\ | ||
| + | |||
| ==== PHP V1.2a ==== | ==== PHP V1.2a ==== | ||
| Update 20.11.2010 KH: | Update 20.11.2010 KH: | ||
| - | * Jedem UL wird ein Level mitgegeben. | + | * Each UL is given a level. |
| - | * Aufruf mit {NAV_HORIZ_DD1:.......} | + | * Call with {NAV_HORIZ_DD1:.......} |
| Update 16.12.2010 KH: | Update 16.12.2010 KH: | ||
| - | * Alle ersten <li> bekommen zusätzlich die Klasse "sub_first" zugewiesen. | + | * The class "sub_first" will also assigned to all first <li>. |
| \\ | \\ | ||
| Line 359: | Line 360: | ||
| - | **Typischer Aufruf:** | + | **Typical call:** |
| <file><div class="hmenu">{NAV_HORIZ_DD1:,0,4,cat}</div></file> | <file><div class="hmenu">{NAV_HORIZ_DD1:,0,4,cat}</div></file> | ||
| - | In **%%== CUSTOM VAR == %%** können einige Klassennamen angepasst werden. | + | In **%%== CUSTOM VAR == %%** some class names will be adjusted. |
| - | 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/ ** |
| Line 657: | Line 658: | ||
| - | ==== CSS zu V1.2: ==== | + | ==== CSS for V1.2: ==== |
| Line 913: | Line 914: | ||
| \\ | \\ | ||
| + | |||
| ==== PHP V1.2b ==== | ==== PHP V1.2b ==== | ||
| Update 22.12.2010 KH: | Update 22.12.2010 KH: | ||
| - | * Der Linktext kann in z.B. ''%%<span> ... </span>%%'' eingefasst werden //(wrap link text)//. | + | * Wrap link text: Eg. ''%%<span> ... </span>%%''. |
| * Parameter: %%"WrapIn|WrapOut"%% | * Parameter: %%"WrapIn|WrapOut"%% | ||
| Line 931: | Line 933: | ||
| - | **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/ ** |
| Line 1242: | Line 1244: | ||
| \\ | \\ | ||
| + | |||
| ==== 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 1260: | 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/ ** |