ad_context_node_list (public)

 ad_context_node_list [ -from_node from_node ] node_id

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

Starting with the given node_id, return a list of [list url instance_name] items for parent nodes.

Switches:
-from_node
(optional)
Parameters:
node_id
Options:
-from_node
The top-most node_id for which we'll show context bar. This can be used with the node_id of the nearest subsite to get the context-bar only up to the nearest subsite.
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 test_web_forum_edit web_forum_edit (test forums) ad_context_node_list ad_context_node_list test_web_forum_edit->ad_context_node_list test_web_forum_view web_forum_view (test forums) test_web_forum_view->ad_context_node_list test_web_forums_message_and_reply web_forums_message_and_reply (test forums) test_web_forums_message_and_reply->ad_context_node_list site_node::get site_node::get (public) ad_context_node_list->site_node::get ad_context_bar ad_context_bar (public) ad_context_bar->ad_context_node_list ad_context_bar_multirow ad_context_bar_multirow (public) ad_context_bar_multirow->ad_context_node_list

Testcases:
web_forum_view, web_forum_edit, web_forums_message_and_reply
[ show source ]
Show another procedure: