New replacement tag under development {NAV_LIST_UL}
Posted: Tue 8. Aug 2006, 23:11
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:
Parameter is a comma seperated string:
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:
regards
Oliver
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}
Code: Select all
{NAV_LIST_UL:menu_type, start_id, class_path, class_active, ul_id_name, wrap_link_text(i.e. <em>|</em>)}
- 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
regards
Oliver