| Quintiq file version 2.0 | 
| #parent: ListInitElement | 
| Response OnClick (LibWiz_InitElement selection) id:Response_ListInitElement_MenuMoveDown_OnClick | 
| { | 
|   #keys: '[121114.1.2068006941]' | 
|   Body: | 
|   [* | 
|     // Move down init element | 
|      | 
|     selection.Parent().MoveAfter( selection, selection.Next() ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /ListInitElement/Responsedef_ListInitElement_Menu_OnClick | 
|   Initiator: 'MenuMoveDown' | 
|   Precondition: | 
|   [* | 
|     // Enable when there is a next element (Parent should always be there) | 
|      | 
|     return not isnull( selection.Parent() ) and not isnull( selection.Next() ); | 
|   *] | 
| } |