trigger close

Interactive trigger that handles processing to close a tree node so that its subordinate tree items are no longer shown in the list view of a Tree widget.

trigger close
params
   string control : in ; TREE | LIST | KEYBOARD
   string item : in
endparams

; <Your code here>

end ; trigger close
Applies to: Form widgets: utree (Tree)
Activation: Activated when the user clicks an expanded tree node so that its subordinate tree items will no longer be shown in the list view.
Default behavior: None
Behavior upon completion: None

Parameters

  • control—input control used by the user; one of:
    • TREE—user clicked in the tree view
    • LIST—user clicked in the list view
    • KEYBOARD—user performed a keyboard action
  • item—value of the selected tree node