Page 1 of 1

New replacement tag under development {NAV_LIST_UL}

Posted: Tue 8. Aug 2006, 23:11
by Oliver Georgi
Hey, I think it's interesting for you to know.

I have done some enhancements - one is a new replacement tag based on some ideas I have seen in forum. It's the so long feature request for a built-in CSS styled and <ul><li> based menu.

The replacement tag will be:

Code: Select all

{NAV_LIST_UL:Parameter}
Parameter is a comma seperated string:

Code: Select all

{NAV_LIST_UL:menu_type, start_id, class_path, class_active, ul_id_name, wrap_link_text(i.e. <em>|</em>)}
Each parameter is optional from left to right. One of the most interesting parameter is menu_type. At the moment I have planned the following:
  • F - active path unfolded
  • VCSS - vertical, all levels unfolded, add special code for vertical CSS flyout menu
  • HCSS - horizontal, all levels unfolded, add special code for horizontal CSS flyout menu
This will become/is a very feature rich solution.

regards
Oliver