| Quintiq file version 2.0 | 
| #parent: ListInitElement | 
| Response OnClick (LibWiz_InitSelectionConditionElement selection) id:Response_ListInitElement_MenuEdit_OnClick | 
| { | 
|   #keys: '[121114.1.2068662911]' | 
|   Body: | 
|   [* | 
|     // Edit InitSelectionConditionElement | 
|      | 
|     data := shadow( selection ); | 
|     dlg := construct( LibWiz_DialogInitSelectionConditionElement ); | 
|     dlg.Data( data ); | 
|      | 
|     if( dlg.DoModal( ListInitElement ) > 0 ) | 
|     { | 
|       data.Commit(); | 
|     } | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /ListInitElement/Responsedef_ListInitElement_Menu_OnClick | 
|   Initiator: 'MenuEdit' | 
| } |