GenABNNodeURL function

Syntax

GenABNNodeURL(node,initial_node,display_parent)

Description

Note:

SmartNavigation has been desupported. This function remains for backward compatibility only.

Use the GenABNNodeURL function to generate a URL for a specific node within a SmartNavigation chart.

Important:

This function must be called during a user action that displays the SmartNavigation chart—for example, when the user clicks on a folder icon from the menu or when the user clicks on the first description link of a SmartNavigation chart node. Otherwise, the function returns an empty string.

Parameters

Parameter Description

node

Specify the ID of the node to be displayed as a string.

initial_node

Specify the ID of the initial node of the SmartNavigation chart as a string.

display_parent

A Boolean value indicating whether the node to be displayed requires that its parent node also be displayed in the chart.

Returns

A string representing the URL to navigate to the specified node.