| 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: ListBookmarks |  | Response OnClick ( |  |   Bookmark selection |  | ) id:Response_ListBookmarks_MenuNewFolder_OnClick_870 |  | { |  |   #keys: '[130238.0.368194430]' |  |   Body: |  |   [* |  |     // New sub folder |  |     dlg := construct( DialogCreateEditBookmark ); |  |     folder := dlg.NewFolder( this, selection ); |  |      |  |     ApplicationLibMacroPlanner.AutoExpandSelection( this, folder ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID => /ListBookmarks/Responsedef_ListBookmarks_Menu_OnClick |  |   Initiator: 'MenuNewFolder' |  | } | 
 |