lazhen
2024-12-18 32f0336643e045587fca0b513564ee68f6f801ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Quintiq file version 2.0
Component MatrixEditorTable
{
  #keys: '[415136.0.671350612]'
  BaseType: 'WebMatrixEditor'
  Children:
  [
    Component MatrixEditorTableCell
    {
      #keys: '[415136.0.671350613]'
      BaseType: 'WebMatrixEditorCell'
      Children:
      [
        Component DataExtractorTableCell
        {
          #keys: '[415136.0.671350614]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[LibCal_SubscriberEventColumn]'
            Source: 'dhColumns'
            Taborder: 0
            Transformation: 'Elements.LibCal_SubscriberEventCell'
          ]
        }
      ]
      Properties:
      [
        Attributes: 'Value'
        Column: 'LibCal_SubscriberEventColumn'
        Row: 'LibCal_SubscriberEventRow'
        Taborder: 0
      ]
    }
    Component MatrixEditorTableRows
    {
      #keys: '[415136.0.671350617]'
      BaseType: 'WebMatrixEditorHeaderLevel'
      Children:
      [
        Component DataExtractorTableRows
        {
          #keys: '[415136.0.671350618]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[LibCal_SubscriberEventRow]'
            Source: 'dhRows'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        Legend: 'Name'
        SortCriteria: 'Name'
        Taborder: 1
      ]
    }
    Component MatrixEditorTableColumns
    {
      #keys: '[415136.0.671350621]'
      BaseType: 'WebMatrixEditorHeaderLevel'
      Children:
      [
        Component DataExtractorTableColumns
        {
          #keys: '[415136.0.671350622]'
          BaseType: 'WebDataExtractor'
          Properties:
          [
            DataType: 'structured[LibCal_SubscriberEventColumn]'
            Description: 'object.FilterByDatePeriod( Date::MinDate(), Date::MaxDate() )'
            Source: 'dhColumns'
            Taborder: 0
            Transformation: 'Elements'
          ]
        }
      ]
      Properties:
      [
        Legend: 'Name'
        SortCriteria: 'Period'
        Taborder: 2
      ]
    }
    #child: matrixEditorActionBarPageTable
    #child: matrixeditorContextMenuTable
    Component UserConfigurableInformationTable
    {
      #keys: '[415136.0.720821389]'
      BaseType: 'WebUserConfigurableInformation'
      Properties:
      [
        Identifier: 'Cell:sec'
        ObjectType: 'LibCal_SubscriberEventCell'
        Taborder: 5
        Tooltip: "VALUE(guard( object.GetMatrixTooltip() , '' ))"
      ]
    }
  ]
  Properties:
  [
    Columns: 'MatrixEditorTableColumns'
    ContextMenu: 'matrixeditorContextMenuTable'
    Rows: 'MatrixEditorTableRows'
    Taborder: 2
  ]
}