1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  | Quintiq file version 2.0 
 |  #parent: ListBookmarks 
 |  Response OnDrop ( 
 |    structured[Bookmark] information, 
 |    Bookmark target 
 |  ) id:Response_ListBookmarks_OnDrop 
 |  { 
 |    #keys: '[127238.0.1890134246]' 
 |    Body: 
 |    [* 
 |      // Add to folder 
 |      target.AddChildren( information ); 
 |      ApplicationLibMacroPlanner.AutoExpandSelection( this, target ); 
 |    *] 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_GUIComponent_OnDrop' 
 |    Precondition: 
 |    [* 
 |      return target.CanAddChildren( information, feedback ); 
 |    *] 
 |  } 
 |  
  |