| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | | Quintiq file version 2.0 |  | #parent: ListStrategy |  | Response OnClick ( |  |   Strategy selection |  | ) id:Response_ListStrategy_MenuEditStrategy_OnClick |  | { |  |   #keys: '[11660.0.900581877]' |  |   Body: |  |   [* |  |     // Edit strategy |  |     dlg := construct( ScenarioManager_DialogCreateEditStrategy ); |  |     dlg.EditStrategy( selection, this ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID => /ListStrategy/Responsedef_ListStrategy_Menu_OnClick |  |   Initiator: 'MenuEditStrategy' |  |   UserRequiresReadWrite: true |  | } | 
 |