| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | | Quintiq file version 2.0 |  | #parent: ListTG_UIComponent |  | Response OnClick (TG_UIComponent selection) id:Response_ListTG_UIComponent_MenuGenerate_OnClick |  | { |  |   #keys: '[142876.9.898104859]' |  |   Body: |  |   [* |  |     selection.Generate(); |  |   *] |  |   DefinitionID => /ListTG_UIComponent/Responsedef_ListTG_UIComponent_Menu_OnClick |  |   Initiator: 'MenuGenerate' |  |   Precondition: |  |   [* |  |     return selection.GenerateAllowed(); |  |   *] |  | } | 
 |