NAVIGATION
This is an old revision of the document!
Docu: –
Forum: http://forum.phpwcms.org/viewtopic.php?t=12165
Autor: K.Heermann (flip-flop) http://planmatrix.de
CMS-Version: >= V1.2.7
Version: –
Short declaration: (see also NAV_LIST_UL full example css file)
Tag:
{NAV_LIST_UL:
menu_type,
start_id,
max_level,
class_path,
class_active,
ul_id_name,
wrap_ul_div(0=off, 1=<div>, 2=<div id="">, 3=<div class="navLevel-x">),
wrap_link_text(<em>|</em>)
Filename: –
Folder: – (System)
Condition: –
@string $parameter = “menu_type, start_id, max_level, class_path, class_active, ul_id_name, wrap_ul_div(0 = off, 1 = <div>, 2 = <div id=””>, 3 = <div class=“navLevel-x”>), wrap_link_text(<em>|</em>)”
E.g.: {NAV_LIST_UL:F, 19, 10, NLU_CSS, NLU_ACT, NLU_ID, 2, <em>|</em>} (Not a real one).
| No | parameter | comment |
|---|---|---|
| 1 | menu_type[[F,VCSS,HCSS]P] | - F = active path unfolded, |
| 2 | start_id | Point of start (The ID you see at site structure) |
| 3 | max_level | From start_id X level deep |
| 4 | class_path | <ul class=“act_path”> |
| 5 | class_active | <ul class=“act_path”> |
| 6 | ul_id_name | individual name for ul_id and li_id |
| 7 | wrap_ul_div ( | wrapping a div container around every <ul>…..</ul> |
| - | 0 = off | nothing |
| - | 1 = <div> | <ul> |
| - | 2 = <div id=””> | <ul> |
| - | 3 = <div class=“navLevel-x”> | <div class=“navLevel-0”>
<ul> |
| - | ) | |
| 8 | wrap_link_text(<em>|</em>) | <li class=“sub_no”><a href=”….”><em>Link Text</em></a></li> |
| xx | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
⇒ And several combinations of this reproduced stuff.