| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | | Quintiq file version 2.0 |  | #parent: lstDataThatCanBeImported |  | Response OnDrawElement (LibSOPImpExp_DataSource element) id:Response_lstDataThatCanBeImported_OnDrawElement |  | { |  |   #keys: '[144528.1.516653024]' |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_WebList_OnDrawElement' |  |   QuillAction |  |   { |  |     Body: |  |     [* |  |       // Add icon to indicate whether selected data source fulfill the required file(s) of a data source |  |       drawinfo.Image( 0, element.ImgDataSource1() ); |  |     *] |  |     GroupServerCalls: false |  |   } |  | } | 
 |