GenABNMenuElement method: Node class
Syntax
GenABNMenuElement(initial_node)
Description
Note:
SmartNavigation has been desupported. This method remains for backward compatibility only.
Use this method to generate a single <li> element for this tree node.
The <li> element from this node and any sibling nodes and leaves are concatenated to form an HTML code fragment to be consumed by the portal.
Parameters
| Parameter | Description |
|---|---|
|
initial_node |
Specifies the initial chart node. Typically, this is returned directly by calling the GetABNInitialNode function. |
Returns
A string representing the <li> element for this tree node.