Name
Listtree.Sort -- sort list node
Synopsis
mui.DoMethod(id, "Sort", listnode$)
Function
Sorts a list node using the mode specified in Listtree.SortHook.

Listnode$ specifies the node whose list should be sorted. This can be the string identifier of a node or one of the following special values:

Root
The root list.

Active
The list of the active node.

Inputs
id
id of the listtree object
listnode$
id of list node to use or special value (see above)

Show TOC