1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| Quintiq file version 2.0
| #parent: MatrixEditor583
| Response OnCheckEditability () id:Response_MatrixEditor583_OnCheckEditability
| {
| #keys: '[413988.1.216511947]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebMatrixEditor_OnCheckEditability'
| QuillAction
| {
| Body:
| [*
| feedback := "不能编辑";
|
| cond := focusedattribute = "Note";
|
| editinfo.CanEdit( cond );
| editinfo.UserHint( feedback );
| *]
| GroupServerCalls: false
| }
| }
|
|