NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:nav_list_ul_parameters [2013/12/16 11:27] Claus |
english:navigation:nav_list_ul_parameters [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 56: | Line 56: | ||
| - **HCSS** = horizontal, all levels unfolded, add special code for horizontal CSS flyout menu \\ | - **HCSS** = horizontal, all levels unfolded, add special code for horizontal CSS flyout menu \\ | ||
| - **P** = Output of the parent link and in combination with **F, VCSS, HCSS like FP, VCSSP, HCSSP**. (Sinze V1.3x) \\ | - **P** = Output of the parent link and in combination with **F, VCSS, HCSS like FP, VCSSP, HCSSP**. (Sinze V1.3x) \\ | ||
| + | - **B** = Bootstrap compatible rendering (B isn't working together with F) \\ | ||
| - **A** = Output of the article links if article listing mode is active, in combination with **F and P, like FA, PA, FPA**. (since V1.4.4 r387)'' | | - **A** = Output of the article links if article listing mode is active, in combination with **F and P, like FA, PA, FPA**. (since V1.4.4 r387)'' | | ||
| ^ 2 | 19 | **start_id** | Point of start (The ID you see at site structure) | | ^ 2 | 19 | **start_id** | Point of start (The ID you see at site structure) | | ||
| Line 108: | Line 109: | ||
| =====More possibilities===== | =====More possibilities===== | ||
| - | {NAV_LIST_UL:P,0,,current|menu responsive-menu,current} | + | <code>{NAV_LIST_UL:P,0,,current|menu responsive-menu,current}</code> |
| + | to achieve something like | ||
| + | <code> | ||
| + | <ul class="menu responsive-menu"> | ||
| + | <li class="sub_parent current"><a href="index.php?index" title="Home">Home</a></li> | ||
| + | <li class="sub_no sub_first"><a href="index.php?kontakt" title="Kontakt">Kontakt</a></li> | ||
| + | <li class="sub_no sub_last"><a href="index.php?impressum" title="Impressum">Impressum</a></li> | ||
| + | </ul> | ||
| + | </code> | ||
| + | |||
| + | to handle more than one class in a responsive menu (responsive is the new gimmick, you know ;) ) | ||
| + | |||
| + | ===== Spicy! ===== | ||
| + | ''articlemenu_start_level|articlemenu_list_image_size (WxHxCROP OR WxHxCROP)|articlemenu_use_text (take text from: description:MAXLEN OR menutitle:MAXLEN OR teaser:MAXLEN OR teaser:HTML)|articlemenu_position (inside|outside)|<custom>[TEXT]{TEXT}[/TEXT][IMAGE]<img src="{IMAGE}" alt="{IMAGE_NAME}">[/IMAGE]</custom>'' | ||