| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 | | Quintiq file version 2.0 |  | #parent: ListBookmarks |  | Response OnDrawElement ( |  |   Bookmark element |  | ) id:Response_ListBookmarks_OnDrawElement |  | { |  |   #keys: '[127238.0.1890132425]' |  |   Body: |  |   [* |  |     // Draw image of folder |  |     if ( element.IsFolder() ) |  |     { |  |       drawinfo.Image(0, "folder"); |  |     } |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_List_OnDrawElement' |  | } | 
 |