Wednesday 05 May 2004 3:00:26 am
{$node.object|attribute(show)} Search the resulting page for "node". There you will find attributes of the object giving the info you are looking for.
main_parent_node_id: Integer (perhaps, the first (hence "main") node in the tree pointing to the object; I am not sure)
parent_nodes: Array (of node IDs) node_assignments: Array (of node IDs)
Why Arrays? Because: a given object CAN be pointed by more than 1 node; the answer of the question "Which node points to this objects?" is undefined in terms of a single node ID. regards
|