1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Quintiq file version 2.0
| #parent: lstManageContents
| Response OnDrawElement (
| SupplyChainSelectionForOptimizerPuzzle element
| ) id:Response_lstManageContents_OnDrawElement
| {
| #keys: '[146140.1.677854938]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebList_OnDrawElement'
| QuillAction
| {
| Body:
| [*
| // Draw icon depending of the status of the associated list
| drawinfo.Image( 0, element.Status() );
| *]
| GroupServerCalls: false
| }
| }
|
|