| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | | Quintiq file version 2.0 |  | #parent: ListBookmarks |  | Response OnClick ( |  |   structured[Bookmark] selection |  | ) id:Response_ListBookmarks_MenuDeleteBookmark_OnClick |  | { |  |   #keys: '[121072.0.291123005]' |  |   Body: |  |   [* |  |     // Delete bookmark |  |     Bookmark::Delete( selection ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID => /ListBookmarks/Responsedef_ListBookmarks_Menu_OnClick |  |   Initiator: 'MenuDeleteBookmark' |  | } | 
 |