trigger columnSorted

Interactive trigger that handles processing when the user clicks a column header in the list view of a Tree widget, thereby sorting the list view according to that column, in ascending or descending order.

trigger columnSorted
params
   numeric columnid : in
   string sortingorder : in ; ASC | DESC
endparams

; <Your code here>
end ; trigger columnSorted
Applies to: Form widgets: utree (Tree)
Activation: Activated when the user clicks a column header in the list view, thereby sorting the list view according to that column, in ascending or descending order.
Default behavior: None
Behavior upon completion: None

Parameters

  • columnid—column number in the list view, counting from 1
  • sortingorder—one of:
    • ASC—ascending
    • DESC—descending