ad_context_bar_html (public)

 ad_context_bar_html [ -separator separator ] context

Defined in packages/acs-tcl/tcl/navigation-procs.tcl

Generate the an HTML fragment for a context bar. This is the function that takes a list in the format

    [list [list url1 text1] [list url2 text2] ... "terminal text"]
    
    and generates the HTML fragment.  In general, the higher level
    proc ad_context_bar should be
    used, and then only in the sitewide master rather than on
    individual pages.

Switches:
-separator (optional)
The text placed between each link
Parameters:
context (required)
list as with ad_context_bar
Returns:
HTML fragment
See Also:

Testcases:
ad_context_bar_html
[ show source ]
Show another procedure: