1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  | Quintiq file version 2.0 
 |  #parent: lstListProducts 
 |  Response OnDrawElement ( 
 |    SubsetProductInOptimizerPuzzleWip element 
 |  ) id:Response_lstListProducts_OnDrawElement 
 |  { 
 |    #keys: '[146140.1.698506280]' 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_WebList_OnDrawElement' 
 |    QuillAction 
 |    { 
 |      Body: 
 |      [* 
 |        // Draw icons for every Product in list 
 |         
 |        drawinfo.Image( 0, element.Status() ); 
 |      *] 
 |      GroupServerCalls: false 
 |    } 
 |  } 
 |  
  |