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: ListLabels
| Response OnSelectionChanged (
| KpiLabel selection
| ) id:Response_ListLabels_OnSelectionChanged
| {
| #keys: '[136398.1.786527084]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebList_OnSelectionChanged'
| QuillAction
| {
| Body:
| [*
| // Put the name of the selected item into a textbox for editing.
| EditFieldLabel.Text( guard( selection.Name(), '' ) );
| *]
| GroupServerCalls: false
| }
| }
|
|