@owp/core 2.5.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/index16.js +4 -4
- package/dist/_virtual/index17.js +4 -4
- package/dist/_virtual/index18.js +4 -4
- package/dist/_virtual/index19.js +4 -4
- package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js +39 -32
- package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js.map +1 -1
- package/dist/hooks/useFormDataUploadMutation.js +27 -0
- package/dist/hooks/useFormDataUploadMutation.js.map +1 -0
- package/dist/hooks.js +63 -61
- package/dist/hooks.js.map +1 -1
- package/dist/layout/components/navbar/NavbarToggleButton.js +21 -22
- package/dist/layout/components/navbar/NavbarToggleButton.js.map +1 -1
- package/dist/layout/components/navbar/style/NavbarStyle.js +41 -37
- package/dist/layout/components/navbar/style/NavbarStyle.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- package/dist/layout/components/toolbar/ToolbarLayout.js +57 -69
- package/dist/layout/components/toolbar/ToolbarLayout.js.map +1 -1
- package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
- package/dist/owp-app.css +1 -1
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useFormDataUploadMutation.d.ts +29 -0
- package/dist/types/utils/createFormDataBody.d.ts +20 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/zipUtil.d.ts +13 -0
- package/dist/utils/createFormDataBody.js +21 -0
- package/dist/utils/createFormDataBody.js.map +1 -0
- package/dist/utils/zipUtil.js +42 -29
- package/dist/utils/zipUtil.js.map +1 -1
- package/dist/utils.js +87 -82
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/vite/owpCoreAssetsPlugin.cjs +0 -3
- package/vite/owpCoreAssetsPlugin.mjs +0 -1
- package/vite/owpCoreFixedImagesPlugin.cjs +0 -2
- package/vite/owpCoreFixedImagesPlugin.mjs +0 -1
- package/vite/staticAssetPlugin.cjs +0 -8
- package/vite/treeGridAssetsPlugin.cjs +0 -6
- package/vite/treeGridAssetsPlugin.mjs +0 -1
- package/treegrid/Defaults.xml_.xml +0 -718
- package/treegrid/Text.xml +0 -176
- package/treegrid/orgDefaults.xml +0 -715
|
@@ -1,718 +0,0 @@
|
|
|
1
|
-
<Grid>
|
|
2
|
-
|
|
3
|
-
<!-- Basic grid configuration -->
|
|
4
|
-
<Cfg
|
|
5
|
-
Code="GTSEASWUCRTAW"
|
|
6
|
-
DefaultsVersion="130301"
|
|
7
|
-
|
|
8
|
-
AutoVersion="1" SuppressCfg="0" DefaultCfg="3" DefaultCfgMenu="1" NoVScroll="1" ConstHeight="1" MaxHeight='1' MaxWidth='1'
|
|
9
|
-
|
|
10
|
-
Editing="1" Adding="1" Deleting="1" ShowDeleted="1" Copying="1" Resizing="1"
|
|
11
|
-
DynamicSpan="0" DynamicBorder="0" SpannedBorder="3" BorderOut="3,black" BorderIn="1,black" DefaultBorder="1" WordWrap="1"
|
|
12
|
-
Selecting="1" SelectingCells="0" EditSelect="7" ClearSelected="4" SelectAllType="0" SelectHidden="0"
|
|
13
|
-
Dragging="1" Dropping="1" ShowDrag="1" DragObject="1" ExpandOnDrag="1" ScrollOnDrag="50" ScrollColOnDrag="100" TouchDragFocused="2" TouchDragFocusedDependency="2"
|
|
14
|
-
ScrollOnButton="20" ScrollOnBody="200" ScrollColOnButton="10" ScrollColOnBody="100" NoScrollAfterExpand="1" TouchScroll="2" MomentumScroll="3" WheelFixed="5"
|
|
15
|
-
ColResizing="1" ColMoving="1" SectionResizing="1" ColAdding="0" ColCopying="7"
|
|
16
|
-
Sorting="1" Sorted="1" AutoSort="0" SortIcons="1" MaxSort="3"
|
|
17
|
-
Grouping="1" Grouped="1" MaxGroupLength="0" GroupChangeMoved="1" GroupMoveFree="1"
|
|
18
|
-
Filtering="1" Filtered="1"
|
|
19
|
-
Searching="1" Searched="1" SearchFocused="3" SearchNotFound="800" SearchExpand="1" SearchMaxMark="3"
|
|
20
|
-
Calculated="1" FormulaEditing="0" FormulaNames="0" FormulaType="0" FormulaResults="15" FormulaCircular="1" FormulaMaxIterations="1000" FormulaTip="1"
|
|
21
|
-
RowIndexType="0" ColIndexType="0"
|
|
22
|
-
EditErrors="2" EditErrorsMessageMax="10" EditErrorsMessageTime="1000"
|
|
23
|
-
DetailOn="1" DetailRowsVisible="3"
|
|
24
|
-
PivotUpdate="3" PivotMaxCols="100"
|
|
25
|
-
CopyPasteTree="0" CopyPasteInternal="0" CopyPasteFormulas="1"
|
|
26
|
-
CopySelected="1" CopyFocused="1" CopyCols="1" CopyEdit="1" CopyTime="" CopyFormulas="1"
|
|
27
|
-
Pasting="1" PasteSelected="1" PasteFocused="8" PasteCols="4" PasteTree="2"
|
|
28
|
-
RoundNumbers="0" RoundNumbersDigits="5"
|
|
29
|
-
AutoFillType="3" MoveFocusType="3"
|
|
30
|
-
MaxAvailability="100000"
|
|
31
|
-
UndoMerge="|Focus,Select,Scroll|ColsVisibility|Filter"
|
|
32
|
-
UpdateHeightsTimeout="0" MediaChange="1"
|
|
33
|
-
LongClick="500"
|
|
34
|
-
|
|
35
|
-
PageTime="200" RemoveUnusedPages="2" RemoveUnusedFixed="3"
|
|
36
|
-
Paging="0" PageLength="20" PageLengthDiv="1" AllPages="1" MaxPages="20"
|
|
37
|
-
ColPaging="0" ColPageLength="10" ColPageMin="10" MaxColPages="10"
|
|
38
|
-
ChildPaging="2" RemoveCollapsed="0" RemoveChanged="0"
|
|
39
|
-
ChildParts="" ChildPartLength="20" ChildPartMin="3" MaxChildParts="0"
|
|
40
|
-
|
|
41
|
-
LastId="" IdPrefix="" IdPostfix="" IdChars="_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" SetIds="1" CaseSensitiveId="1" AutoIdPrefix="AR" GroupIdPrefix="GR" ChildIdPrefix="CR"
|
|
42
|
-
TestIdSeparator="-"
|
|
43
|
-
AutoUpdate="0"
|
|
44
|
-
ReloadChanged="5"
|
|
45
|
-
CacheTimeout="10"
|
|
46
|
-
ChangesUpdate="1"
|
|
47
|
-
ExportCols="2" ExportFormat="xlsx" ExportType="Expanded,Outline" ExportRows="500" ExportVarHeight="1" CSVValueSeparator=";" CSVRowSeparator="
" CSVQuote='"' CSVLevel="#" JSZip="1"
|
|
48
|
-
PrintCols="2" PrintRows="50" PrintFiltered="0" PrintExpanded="0" PrintIcons="1" PrintPrint="1" PrintGanttSplit="1" PrintGanttSplitMin="100" PrintGanttBackground="1" PrintVarHeight="1" PrintPageRootMin="10" PrintZoomFit="1"
|
|
49
|
-
PrintPageWidth="643" PrintPageHeight="971" PrintPageSize="8" PrintPageOrientation="0" PrintDPI="96" PrintDefaultDPI="96" PrintMinDPI="96" PrintMarginWidth="40" PrintMarginHeight="40" PrintPaddingWidth="0" PrintPaddingHeight="0" PrintMarginDiv="1"
|
|
50
|
-
ExportPDFCols="2" PDFFitPage="0" PDFText="1" PDFFormat="pdf"
|
|
51
|
-
ImportAction="3" ImportWidths="1"
|
|
52
|
-
ExpandAllLoaded="0" ExpandAllLevels="3"
|
|
53
|
-
|
|
54
|
-
SuppressAnimations="0" AnimateRows="3" AnimateCells="1" AnimateCols="1" AnimateDialogs="2" AnimateRowsMax="10" AnimateRowsColorMax="10" AnimateColsMax="10" AnimateCellsMax="200" AnimateUndo="1"
|
|
55
|
-
|
|
56
|
-
AbsoluteCursors="" BorderCursors="1"
|
|
57
|
-
FocusWholeRow="0" TabStop="1"
|
|
58
|
-
Hover="2"
|
|
59
|
-
ExactSize="1" ExactWidth="2" ConstWidth="1"
|
|
60
|
-
ColorState="63"
|
|
61
|
-
|
|
62
|
-
NoActionEscape="1"
|
|
63
|
-
StoreOriginalValues="1"
|
|
64
|
-
SynchroCount="100"
|
|
65
|
-
MessageWidth="140" PageMessageWidth="110" DeleteMessage="1"
|
|
66
|
-
HideMenuUnused="1"
|
|
67
|
-
NoTreeLines="0" HideRootTree="0"
|
|
68
|
-
TipStart="500"
|
|
69
|
-
Silent="1"
|
|
70
|
-
BoolChars=" X?"
|
|
71
|
-
DefaultsAlphabetWhite=" !"#$%&'()*+,-./:;<=>?@[\]^_{|}"
|
|
72
|
-
ScrollLeftLap="1" ScrollTopLap="1"
|
|
73
|
-
LeftCanResize="1" RightCanResize="1"
|
|
74
|
-
FastPanel="1" FastColumns="1" FastMerge="1" Alternate="0"
|
|
75
|
-
|
|
76
|
-
Style="Standard" GanttStyle="White" Size="Normal" Scale="" StyleLap="1" SizeLap="0" ScaleLap="0"
|
|
77
|
-
Styles="{TS:{Name:'Standard',CSS:'*Styles/StandardGrid.css'},TW:{Name:'White',CSS:'*Styles/WhiteGrid.css'},TB:{Name:'Black',CSS:'*Styles/BlackGrid.css'},TM:{Name:'Material',CSS:'*Styles/MaterialGrid.css'},TT:{Name:'Turq',CSS:'*Styles/TurqGrid.css'},CF:{Name:'Relief',CSS:'Compatible/Relief',Compatible:1},CL:{Name:'Light',CSS:'Compatible/Light',Compatible:1},CO:{Name:'Office',CSS:'Compatible/Office',Compatible:1},CG:{Name:'Gradient',CSS:'Compatible/Gradient',Compatible:2},CB:{Name:'Borders',CSS:'Compatible/Borders',Compatible:1},CQ:{Name:'Query',CSS:'Compatible/Query',Compatible:1},CE:{Name:'ExtJS',CSS:'Compatible/ExtJS',Compatible:1},CS:{Name:'Sharp',CSS:'Compatible/Sharp',Compatible:1},CR:{Name:'Round',CSS:'Compatible/Round',Compatible:1},CP:{Name:'Plain',CSS:'Compatible/Plain',Compatible:1},CC:{Name:'Colors',CSS:'Compatible/Colors',Compatible:1}}"
|
|
78
|
-
GanttStyles="{GS:{Name:'Standard',CSS:'*Styles/StandardGantt.css'},GW:{Name:'White',CSS:'*Styles/WhiteGantt.css'},GB:{Name:'Black',CSS:'*Styles/BlackGantt.css'},GM:{Name:'Material',CSS:'*Styles/MaterialGantt.css'},GT:{Name:'Turq',CSS:'*Styles/TurqGantt.css'}}"
|
|
79
|
-
|
|
80
|
-
Sizes="{Tiny:'Tiny,Mini,Small,Low',Mini:'Mini,Small,Low',Small:'Small,Low',Low:'Low',Normal:'Normal',Wide:'Wide',High:'High,Wide',Big:'Big,High,Wide',Giant:'Giant,Big,High,Wide'}"
|
|
81
|
-
Scales="{'50%':0.5,'60%':0.60,'75%':0.75,'90%':0.9,'100%':1,'110%':1.1,'125%':1.25,'150%':1.5,'200%':2}"
|
|
82
|
-
ShrinkStyle="3" ShrinkStyleType="31" MinBodyRows="15" MinLeftWidth="100" MinMidWidth="100" MinRightWidth="100" ShrinkStyleWidth="Low,Normal,Wide,High,Big" LimitScroll="0" StyleDependencyModifier="1"
|
|
83
|
-
|
|
84
|
-
TextColor="#F00" TextColors="|#F00|red|#080|green|#00F|blue|#A33|brown|#800|maroon|#888|gray||none"
|
|
85
|
-
DefaultColor="#FF0" DefaultColors="|#FF0|yellow|#0F0|lime|#0FF|aqua|#FCC|pink|#FA0|orange|#CCC|silver||none"
|
|
86
|
-
TextSize="14" TextSizes="||<span style='font-size:9px;color:silver;'>size</span>|8|8|9|9|10.5|10|12|12|14|14|17|17|22|22|30|30"
|
|
87
|
-
TextFont="'Times New Roman',serif" TextFonts="|'Microsoft Sans Serif',Tahoma,'Trebuchet MS',sans-serif|sans serif|'Times New Roman',serif|serif|'Courier New',monospace|monospace||default"
|
|
88
|
-
TextShadow="1" TextShadows="|0|default background|1|bold|2|bold with ghost|3|bold with background|4|bold with light background|5|ghost|6|ghost with bold|7|dark background|8|background with bold|9|light background"
|
|
89
|
-
TextShadowColor="maroon" TextShadowColors="|black||red||green||blue||brown||maroon||gray||yellow||lime||aqua||pink||orange||silver|||none"
|
|
90
|
-
BorderColors="|black||red||green||blue||brown||maroon||gray||yellow||lime||aqua||pink||orange||silver"
|
|
91
|
-
Indent="1" Indents="||<span style='font-size:9px;color:silver;'>indent</span>|0|0|1|1|2|2|3|3|4|4|5|5|6|6|7|7|8|8|9|9|10|10|15|15|20|20|25|25|30|30|35|35|40|40|45|45|50|50"
|
|
92
|
-
Format="1234.50" TextFormat="text" NumberFormat="general" DateFormat="12/31/2000"
|
|
93
|
-
Formats="{Items:[
|
|
94
|
-
{Name:'general',Text:'General number or text',Type:'Float',Format:''},
|
|
95
|
-
{Name:'-'},
|
|
96
|
-
{Name:'@Enter',Text:'Enter custom format ...'},
|
|
97
|
-
{Name:'@Custom',Text:'Custom formats',Menu:'1',Items:[
|
|
98
|
-
{Name:'-'},
|
|
99
|
-
{Name:'@Refresh',Text:'Remove unused formats'}
|
|
100
|
-
]},
|
|
101
|
-
{Name:'-'},
|
|
102
|
-
{Name:'text',Text:'Not formatted text',Type:'Text',Format:'@'},
|
|
103
|
-
{Name:'-'},
|
|
104
|
-
{Name:'integer',Text:'Integer number',Type:'Int',Format:'0'},
|
|
105
|
-
{Name:'1234.50',Text:'Float number 1234.50',Type:'Float',Format:'f'},
|
|
106
|
-
{Name:'1,234.50',Text:'Float number 1,234.50',Type:'Float',Format:',0.00'},
|
|
107
|
-
{Name:'float',Text:'Next float numbers',Menu:'1',Items:[
|
|
108
|
-
{Name:'1234.56',Text:'Float number 1234.5',Type:'Float',Format:'0.##'},
|
|
109
|
-
{Name:'1,234.56',Text:'Float number 1,234.5',Type:'Float',Format:',0.##'},
|
|
110
|
-
{Name:'1234.5_',Text:'Float number 1234.5_',Type:'Float',Format:'0.??'},
|
|
111
|
-
{Name:'1,234.5_',Text:'Float number 1,234.5_',Type:'Float',Format:',0.??'},
|
|
112
|
-
{Name:'<em>-1,234.50</em>',Text:'Float number <em>-1,234.50</em>',Type:'Float',Format:',0.00;[red],-0.00'},
|
|
113
|
-
{Name:'(1,234.50)',Text:'Float number (1,234.50)',Type:'Float',Format:',0.00;,(0.00)'},
|
|
114
|
-
{Name:'<em>(1,234.50)</em>',Text:'Float number <em>(1,234.50)</em>',Type:'Float',Format:',0.00;[red],(0.00)'},
|
|
115
|
-
{Name:'-'},
|
|
116
|
-
{Name:'1234.5000',Text:'Float number 1234.5678',Type:'Float',Format:'r'},
|
|
117
|
-
{Name:'1234.5678',Text:'Float number 1234.5',Type:'Float',Format:'g'},
|
|
118
|
-
{Name:'1234.5___',Text:'Float number 1234.5___',Type:'Float',Format:'0.????'},
|
|
119
|
-
{Name:'-'},
|
|
120
|
-
{Name:'$1,234.50',Text:'Currency number $1,234.50',Type:'Float',Format:',$0.00;,-$0.00;$0.??'},
|
|
121
|
-
{Name:'<em>-$1,234.50</em>',Text:'Currency number <em>-$1,234.50</em>',Type:'Float',Format:',$0.00;[red],-$0.00;$0.??'},
|
|
122
|
-
{Name:'$(1,234.50)',Text:'Currency number ($1,234.50)',Type:'Float',Format:',$0.00;,($0.00);$0.??'},
|
|
123
|
-
{Name:'<em>($1,234.50)</em>',Text:'Currency number <em>($1,234.50)</em>',Type:'Float',Format:',$0.00;[red],($0.00);$0.??'},
|
|
124
|
-
{Name:'-'},
|
|
125
|
-
{Name:'percent',Text:'Float percent number',Type:'Float',Format:'p'},
|
|
126
|
-
{Name:'percent int',Text:'Integer percent number',Type:'Float',Format:',0%'}
|
|
127
|
-
]},
|
|
128
|
-
{Name:'-'},
|
|
129
|
-
{Name:'12/31/2000',Text:'Short full date (12/31/2000)',Type:'Date',Format:'d'},
|
|
130
|
-
{Name:'12/31',Text:'Short partial date (12/31)',Type:'Date',Format:'m'},
|
|
131
|
-
{Name:'14:30:30',Text:'Long time (14:30:30)',Type:'Date',Format:'T'},
|
|
132
|
-
{Name:'14:30',Text:'Short time (14:30)',Type:'Date',Format:'t'},
|
|
133
|
-
{Name:'12/31/2000 14:30',Text:'Short date and time (12/31/2000 14:30)',Type:'Date',Format:'h'},
|
|
134
|
-
{Name:'date',Text:'Next date times',Menu:'1',Items:[
|
|
135
|
-
{Name:'12/2000',Text:'Short month and year (12/2000)',Type:'Date',Format:'y'},
|
|
136
|
-
{Name:'12th Dec 2000',Text:'Long full date (12th Dec 2000)',Type:'Date',Format:'D'},
|
|
137
|
-
{Name:'12th Dec',Text:'Long partial date (12th Dec)',Type:'Date',Format:'M'},
|
|
138
|
-
{Name:'December 2000',Text:'Long month and year (December 2000)',Type:'Date',Format:'Y'},
|
|
139
|
-
{Name:'2:30:30pm',Text:'Long time am/pm (2:30:30pm)',Type:'Date',Format:'I'},
|
|
140
|
-
{Name:'2:30pm',Text:'Short time am/pm (2:30pm)',Type:'Date',Format:'i'},
|
|
141
|
-
{Name:'12/31/2000 14:30:30',Text:'Short date and long time (12/31/2000 14:30:30)',Type:'Date',Format:'H'},
|
|
142
|
-
{Name:'12/31/2000 2:30pm',Text:'Short date and time am/pm (12/31/2000 2:30pm)',Type:'Date',Format:'j'},
|
|
143
|
-
{Name:'12/31/2000 2:30:30pm',Text:'Short date and long time am/pm (12/31/2000 2:30:30pm)',Type:'Date',Format:'J'},
|
|
144
|
-
{Name:'12th Dec 2000 42:30',Text:'Long date and time (12th Dec 2000 42:30)',Type:'Date',Format:'l'},
|
|
145
|
-
{Name:'12th Dec 42:30:30',Text:'Long date and long time (12th Dec 42:30:30)',Type:'Date',Format:'L'},
|
|
146
|
-
{Name:'12th Dec 2000 2:30pm',Text:'Long date and time am/pm (12th Dec 2000 2:30pm)',Type:'Date',Format:'k'},
|
|
147
|
-
{Name:'12th Dec 2:30:30pm',Text:'Long date and long time am/pm (12th Dec 2:30:30pm)',Type:'Date',Format:'K'}
|
|
148
|
-
]}
|
|
149
|
-
]}"
|
|
150
|
-
/>
|
|
151
|
-
|
|
152
|
-
<!-- Keys and mouse actions -->
|
|
153
|
-
<Actions
|
|
154
|
-
OnDragOverCell="CursorDrag"
|
|
155
|
-
OnMouseOverContent="ShowHint" OnMouseOverCaption="ShowHint"
|
|
156
|
-
OnMouseOverHeaderLeft="CursorResize" OnMouseOverHeaderRight="CursorResize" OnMouseOverPagerHeaderLeft="CursorResize" OnMouseOverPagerHeaderRight="CursorResize"
|
|
157
|
-
OnMouseOverHScrollLeft="CursorResize" OnMouseOverHScrollRight="CursorResize"
|
|
158
|
-
OnMouseOverLeftSplitter="CursorResize" OnMouseOverRightSplitter="CursorResize"
|
|
159
|
-
OnMouseOverHeaderTop="CursorResizeRow" OnMouseOverHeaderBottom="CursorResizeRow"
|
|
160
|
-
OnMouseOverButton="CursorPointer"
|
|
161
|
-
OnMouseOverPanel="CursorPointer"
|
|
162
|
-
OnMouseOverSide="CursorPointer"
|
|
163
|
-
OnMouseOverSideDefaults="CursorPointer"
|
|
164
|
-
OnMouseOverSideFile="CursorPointer"
|
|
165
|
-
OnMouseOverSideClear="CursorPointer"
|
|
166
|
-
OnMouseOverPanelMove="CursorMove" OnMouseOverPanelMoveAll="CursorMove" OnMouseOverPanelColMove="CursorMove" OnMouseOverPanelColMoveAll="CursorMove"
|
|
167
|
-
OnMouseOverPanelOff="CursorDefault"
|
|
168
|
-
OnMouseOverSpaceOff="CursorDefault"
|
|
169
|
-
OnMouseOverEditable="CursorText"
|
|
170
|
-
OnMouseOverEditBool="CursorPointer" OnMouseOverEditEnum="CursorPointer" OnMouseOverEditRadio="CursorPointer"
|
|
171
|
-
OnMouseOverSort="CursorPointer" OnMouseOverSortUp="CursorPointer" OnMouseOverSortDown="CursorPointer"
|
|
172
|
-
OnMouseOverExpand="CursorPointer" OnMouseOverTree="CursorDefault"
|
|
173
|
-
OnMouseOverNoFocus="CursorDefault" OnMouseOverReadOnly="CursorDefault" OnMouseOverNothing="CursorDefault"
|
|
174
|
-
OnMouseOverResize="CursorResizeGrid"
|
|
175
|
-
|
|
176
|
-
OnMouseDownButton="ButtonDown" OnMouseUpButton="ButtonUp"
|
|
177
|
-
|
|
178
|
-
OnClickCell="FocusEdit"
|
|
179
|
-
OnDblClickCell="Focus AND StartEdit"
|
|
180
|
-
OnClickNoFocus="ChangeFocusRow OR ChangeFocusCol,0"
|
|
181
|
-
OnRightClick="ShowPopupMenu"
|
|
182
|
-
OnRightClickCell="100"
|
|
183
|
-
OnCtrlClickCell="ChooseCellInsert OR DeselectCell OR SelectCell OR DeselectRow OR SelectRow,1"
|
|
184
|
-
OnShiftClickCell="ChooseCellReplaceAll OR FocusCellRange OR InvertCellRangeFirst OR InvertRowRangeFirst,1"
|
|
185
|
-
OnCtrlClickNoFocus="ChooseCellInsert"
|
|
186
|
-
OnShiftClickNoFocus="ChooseCellReplaceAll"
|
|
187
|
-
|
|
188
|
-
OnClickSort="SortAsc OR SortDesc" OnClickSortUp="SortAsc" OnClickSortDown="SortDesc"
|
|
189
|
-
OnCtrlClickSort="SortAscAdd OR SortDescAdd" OnCtrlClickSortUp="SortAscAdd" OnCtrlClickSortDown="SortDescAdd"
|
|
190
|
-
|
|
191
|
-
OnClickButtonSave="Validate AND Save"
|
|
192
|
-
OnClickButtonReload="Reload"
|
|
193
|
-
OnClickButtonRepaint="RenderPages"
|
|
194
|
-
OnClickButtonCalc="CalcOn OR CalcOff"
|
|
195
|
-
OnClickButtonSort="SortOn OR SortOff"
|
|
196
|
-
OnClickButtonPrint="Print"
|
|
197
|
-
OnClickButtonExport="Export"
|
|
198
|
-
OnClickButtonImport="Import"
|
|
199
|
-
OnClickButtonExportPDF="ExportPDF"
|
|
200
|
-
OnClickButtonExpandAll="ExpandAll"
|
|
201
|
-
OnClickButtonCollapseAll="CollapseAll"
|
|
202
|
-
OnClickButtonUndo="Undo"
|
|
203
|
-
OnClickButtonRedo="Redo"
|
|
204
|
-
OnClickButtonAdd="ShowMenuF OR AddRowF OR AddRowEnd"
|
|
205
|
-
OnClickButtonAddChild="ShowMenuF OR AddChildEndF"
|
|
206
|
-
OnClickButtonAddCol="ShowMenuF OR AddColF OR AddColEnd"
|
|
207
|
-
OnClickButtonJoin="SpanSelectedF"
|
|
208
|
-
OnClickButtonSplit="SplitSelectedF OR SplitCellF"
|
|
209
|
-
OnClickButtonOutdent="OutdentSelectedF OR OutdentF"
|
|
210
|
-
OnClickButtonIndent="IndentSelectedF OR IndentF"
|
|
211
|
-
|
|
212
|
-
OnClickButtonLeft="AlignLeftSelectedF OR NoAlignSelectedF OR AlignLeftCellsF OR NoAlignCellsF"
|
|
213
|
-
OnClickButtonCenter="AlignCenterSelected OR NoAlignSelected OR AlignCenterCellsF OR NoAlignCellsF"
|
|
214
|
-
OnClickButtonRight="AlignRightSelectedF OR NoAlignSelectedF OR AlignRightCellsF OR NoAlignCellsF"
|
|
215
|
-
OnClickButtonTop="VAlignTopSelectedF OR NoVAlignSelectedF OR VAlignTopCellsF OR NoVAlignCellsF"
|
|
216
|
-
OnClickButtonMiddle="VAlignMiddleSelectedF OR NoVAlignSelectedF OR VAlignMiddleCellsF OR NoVAlignCellsF"
|
|
217
|
-
OnClickButtonBottom="VAlignBottomSelectedF OR NoVAlignSelectedF OR VAlignBottomCellsF OR NoVAlignCellsF"
|
|
218
|
-
OnClickButtonBold="BoldOffSelectedF OR BoldOnSelectedF OR BoldOffCellsF OR BoldOnCellsF"
|
|
219
|
-
OnClickButtonItalic="ItalicOffSelectedF OR ItalicOnSelectedF OR ItalicOffCellsF OR ItalicOnCellsF"
|
|
220
|
-
OnClickButtonUnderline="UnderlineOffSelectedF OR UnderlineOnSelectedF OR UnderlineOffCellsF OR UnderlineOnCellsF"
|
|
221
|
-
OnClickButtonStrike="StrikeOffSelectedF OR StrikeOnSelectedF OR StrikeOffCellsF OR StrikeOnCellsF"
|
|
222
|
-
OnClickButtonRotateLeft="RotateLeftSelectedF OR NoRotateSelectedF OR RotateLeftF OR NoRotateF"
|
|
223
|
-
OnClickButtonRotateRight="RotateRightSelectedF OR NoRotateSelectedF OR RotateRightF OR NoRotateF"
|
|
224
|
-
OnClickButtonWrapText="WrapOffSelectedF OR WrapOnSelectedF OR WrapOffCellsF OR WrapOnCellsF"
|
|
225
|
-
OnClickButtonColorText="SetTextColorSelectedF OR SetTextColorCellsF"
|
|
226
|
-
OnClickButtonColorShadow="SetTextShadowColorSelectedF OR SetTextShadowColorCellsF"
|
|
227
|
-
OnClickButtonColorBackground="SetColorSelectedF OR SetColorCellsF"
|
|
228
|
-
OnClickButtonBorder="SetSelectedBordersF OR SetBordersF"
|
|
229
|
-
|
|
230
|
-
OnClickButtonCfg="ShowCfg"
|
|
231
|
-
OnClickButtonColumns="ShowColumns"
|
|
232
|
-
OnClickButtonHelp="ShowHelp"
|
|
233
|
-
OnClickButtonDebug="ShowDebug"
|
|
234
|
-
OnClickButton="Button"
|
|
235
|
-
OnDblClickResize="GridResizeDefault"
|
|
236
|
-
|
|
237
|
-
OnClickButtonCorrect="CorrectAllDependencies"
|
|
238
|
-
OnClickButtonZoomFit="ZoomFit"
|
|
239
|
-
OnClickButtonZoomIn="ZoomIn"
|
|
240
|
-
OnClickButtonZoomOut="ZoomOut"
|
|
241
|
-
|
|
242
|
-
OnClickSideDefaults="Focus,ShowDefaults"
|
|
243
|
-
OnClickSideFile="Focus,ShowFile"
|
|
244
|
-
OnClickSideClear="Focus,ClearValue"
|
|
245
|
-
OnClickSideDate="Focus,ShowCalendar"
|
|
246
|
-
OnClickSideDates="Focus,ShowDates"
|
|
247
|
-
OnClickSideFilter="Focus,ShowFilterMenu"
|
|
248
|
-
OnClickSideCheck="Focus,SetChecked"
|
|
249
|
-
OnDblClickSideCheck="SetChecked"
|
|
250
|
-
OnClickSideExpand="Focus,ExpandCell"
|
|
251
|
-
OnDblClickSideExpand="1"
|
|
252
|
-
OnClickExpand="Focus,Expand OR Collapse"
|
|
253
|
-
OnDblClickExpand="1"
|
|
254
|
-
OnClickLevels="ShowTreeLevel"
|
|
255
|
-
OnDblClickButton="Focus AND StartEdit"
|
|
256
|
-
OnCtrlClickButton="DeleteTab"
|
|
257
|
-
OnClickClose="DeleteTab"
|
|
258
|
-
|
|
259
|
-
OnClickPanelSelect="DeselectRow OR SelectRow"
|
|
260
|
-
OnClickPanelSelectAll="DeselectAll OR SelectAll"
|
|
261
|
-
OnCtrlClickPanelSelectAll="InvertAll"
|
|
262
|
-
OnClickPanelDelete="DeleteRow OR UndeleteRow"
|
|
263
|
-
OnClickPanelDeleteAll="UndeleteSelectedF OR DeleteSelectedF"
|
|
264
|
-
OnClickPanelCopy="ShowMenu"
|
|
265
|
-
OnClickPanelCopyAll="ShowMenuF OR AddRowF OR AddRowEnd"
|
|
266
|
-
OnClickPanelColSelect="DeselectCol OR SelectCol OR DeselectColCells OR SelectColCells"
|
|
267
|
-
OnClickPanelColSelectAll="DeselectAllCols OR SelectAllCols"
|
|
268
|
-
OnClickPanelColDelete="DeleteCol OR UndeleteCol"
|
|
269
|
-
OnClickPanelColDeleteAll="UndeleteSelectedColsF OR DeleteSelectedColsF"
|
|
270
|
-
OnClickPanelColCopy="ShowMenu"
|
|
271
|
-
OnClickPanelColCopyAll="ShowMenuF OR AddColF OR AddColEnd"
|
|
272
|
-
OnClickSideIcon="IconClick"
|
|
273
|
-
OnClickSideButton="ButtonClick"
|
|
274
|
-
OnClickSidePopup="ButtonClick"
|
|
275
|
-
OnClickPanelGrouped="GroupOn OR GroupOff"
|
|
276
|
-
OnClickPanelFiltered="FilterOn OR FilterOff"
|
|
277
|
-
OnClickPanelSearched="SearchOn OR SearchOff"
|
|
278
|
-
|
|
279
|
-
OnClickEditEnum="Focus AND StartEdit"
|
|
280
|
-
OnClickEditBool="Focus,Grid.EditMode?1:ChangeBool"
|
|
281
|
-
OnClickEditRadio="Focus,Grid.EditMode?1:ChangeRadio"
|
|
282
|
-
OnClickLink="Focus,Grid.EditMode?1:ShowLink"
|
|
283
|
-
|
|
284
|
-
OnClickOutside="Blur"
|
|
285
|
-
OnClickPagerPage="ShowPage"
|
|
286
|
-
|
|
287
|
-
OnDragHeaderLeft="ColResize"
|
|
288
|
-
OnDragHeaderRight="ColResize"
|
|
289
|
-
OnDragPagerHeaderLeft="ColResize"
|
|
290
|
-
OnDragPagerHeaderRight="ColResize"
|
|
291
|
-
OnDragHeaderTop="RowResize"
|
|
292
|
-
OnDragHeaderBottom="RowResize"
|
|
293
|
-
OnDragHeader="ColMoveSelected OR ColMove"
|
|
294
|
-
OnCtrlDragHeader="ColCopySelected OR ColCopy"
|
|
295
|
-
OnDragDropCol="DropColMove"
|
|
296
|
-
OnDragButton="TabMove"
|
|
297
|
-
OnRightDragButton="TabCopy"
|
|
298
|
-
OnDragPanelMove="DragRow"
|
|
299
|
-
OnRightDragPanelMove="DragCopy"
|
|
300
|
-
OnCtrlRightDragPanelMove="DragCopyChildren"
|
|
301
|
-
OnDragPanelSelect="InvertOddRows"
|
|
302
|
-
OnDragPanelColSelect="InvertOddCols"
|
|
303
|
-
OnDragRow="ChooseCellsReplaceAll OR FocusCells OR DragSelected OR DragRow OR InvertCellsFirst OR InvertRowsFirst"
|
|
304
|
-
OnRightDragRow="Scroll"
|
|
305
|
-
OnDragResize="GridResize"
|
|
306
|
-
OnCtrlDragRow="ChooseCellsInsert OR InvertCellsFirst OR DragSelectedCopy OR DragCopy OR InvertRowsFirst"
|
|
307
|
-
OnShiftDragRow="FillCells"
|
|
308
|
-
OnDragCorner="FocusFillRowCol"
|
|
309
|
-
OnDragHScrollLeft="SectionResize"
|
|
310
|
-
OnDragHScrollRight="SectionResize"
|
|
311
|
-
OnDragLeftSplitter="SectionResize"
|
|
312
|
-
OnDragRightSplitter="SectionResize"
|
|
313
|
-
|
|
314
|
-
OnDragGantt="ResizeGanttMain OR ResizeGanttRun OR MoveGanttMainFirst OR MoveGanttRun OR MoveGanttFlag OR MoveGanttPoint OR MoveGanttConstraint OR MoveGanttLine OR CreateGanttBar OR DragGanttDependency OR 1"
|
|
315
|
-
OnRightDragGantt="SelectGanttRunRect OR ResizeGanttRun OR MoveGanttRun OR MoveGanttMain OR 1"
|
|
316
|
-
OnCtrlClickGantt="DeleteGanttConstraint OR DeleteGanttFlag OR DeleteGanttPoint OR DeleteGanttMain OR DeleteGanttRun OR DeleteGanttRunContainerOnly OR DeleteGanttDependency OR DeleteGanttBase OR DeleteGanttFinish OR 1"
|
|
317
|
-
OnDblClickGantt="SelectGanttRun OR SelectGanttRunContainer OR EditGanttFlag OR EditGanttResource OR EditGanttText OR EditGanttRun OR EditGanttRunTip OR EditGanttDependencyLag OR NewGanttMilestone OR NewGanttFlag OR NewGanttPoint"
|
|
318
|
-
OnShiftClickGantt="SplitGanttMain OR SplitGanttRun"
|
|
319
|
-
OnCtrlRightClickGantt="SetGanttPercent OR SetGanttRunPercent"
|
|
320
|
-
OnShiftRightClickGantt="EditGanttPercent OR EditGanttRunPercent"
|
|
321
|
-
OnRightClickGantt="GanttMenu,1"
|
|
322
|
-
OnDragGanttHeader="ZoomGantt,1" OnClickGanttHeader="ZoomHeader OR ZoomIn" OnRightClickGanttHeader="UndoZoom OR ZoomOut,1" OnRightDragGanttHeader="SelectGanttRunRange,1"
|
|
323
|
-
|
|
324
|
-
OnClick1Cell="HoverGantt,FocusEdit"
|
|
325
|
-
OnClick2Cell="ShowPopupMenu OR Focus AND StartEdit"
|
|
326
|
-
OnClick2Resize="GridResizeDefault"
|
|
327
|
-
OnLongClick1="ShowPopupMenu"
|
|
328
|
-
OnDrag1Row="ChooseCellsReplaceAll OR FocusCells OR DragSelected OR DragRow" OnDrag2Row="0" OnDrag3Row="0"
|
|
329
|
-
OnDrag2Grid="0"
|
|
330
|
-
OnDrag2PanelMove="DragCopy"
|
|
331
|
-
OnDrag3PanelMove="DragCopyChildren"
|
|
332
|
-
OnDrag2Pager="ScrollPager"
|
|
333
|
-
|
|
334
|
-
OnDrag1Gantt="ResizeGanttMain OR ResizeGanttRun OR MoveGanttMainFirst OR MoveGanttRun OR MoveGanttFlag OR MoveGanttPoint OR MoveGanttConstraint OR MoveGanttLine OR CreateGanttBar OR DragGanttDependency"
|
|
335
|
-
OnDrag2Gantt="0"
|
|
336
|
-
OnDrag3Gantt="0"
|
|
337
|
-
OnClick1Gantt="GanttMenu"
|
|
338
|
-
OnClick2Gantt="0"
|
|
339
|
-
OnClick3Gantt="0"
|
|
340
|
-
OnDrag1GanttHeader="100" OnDrag2GanttHeader="PinchZoomGantt,1" OnClick1GanttHeader="GanttMenu" OnLongClick1GanttHeader="UndoZoom OR ZoomOut,1" OnMouseDown2GanttHeader="1"
|
|
341
|
-
|
|
342
|
-
OnKey="!StartEditEmpty" OnBackspace="!StartEditEmpty"
|
|
343
|
-
|
|
344
|
-
OnCtrlEnter="ExpandF OR CollapseF"
|
|
345
|
-
OnEnter="ChangeBoolF OR ChangeRadioRightCycleF OR StartEdit OR ShowLinkF OR ShowDefaultsF OR ShowFileF OR ShowCalendarF OR EditGanttResourceF"
|
|
346
|
-
OnF2="StartEdit"
|
|
347
|
-
|
|
348
|
-
OnTab="TabRight?1:!Grid.TabStop" OnShiftTab="TabLeft?1:!Grid.TabStop"
|
|
349
|
-
OnUp="GoUp,1" OnDown="GoDown,1" OnLeft="GoLeft,1" OnRight="GoRight,1"
|
|
350
|
-
OnShiftUp="FocusUp,1" OnShiftDown="FocusDown,1" OnShiftLeft="FocusLeft,1" OnShiftRight="FocusRight,1"
|
|
351
|
-
OnHome="GoFirst,1" OnEnd="GoLast,1" OnPageUp="PageUp,1" OnPageDown="PageDown,1"
|
|
352
|
-
|
|
353
|
-
OnTabEnum="TabRightEdit AND StartEdit?1:!Grid.TabStop" OnShiftTabEnum="TabLeftEdit AND StartEdit?1:!Grid.TabStop"
|
|
354
|
-
OnTabEdit="TabRightEdit AND StartEdit?1:!Grid.TabStop" OnShiftTabEdit="TabLeftEdit AND StartEdit?1:!Grid.TabStop"
|
|
355
|
-
OnUpEdit="GoUpEdit AND StartEdit,1" OnDownEdit="GoDownEdit AND StartEdit,1"
|
|
356
|
-
OnCtrlLeft="ChangeRadioLeft" OnCtrlRight="ChangeRadioRight"
|
|
357
|
-
OnEnterEdit="AcceptEdit,1" OnEscEdit="CancelEdit"
|
|
358
|
-
OnCtrlEnterEdit="AcceptEdit" OnAltEnterEdit="AcceptEdit" OnShiftEnterEdit="AcceptEdit"
|
|
359
|
-
OnSpaceEdit="ChangeBoolF"
|
|
360
|
-
OnF4Edit="SwitchRowColAbsolute"
|
|
361
|
-
|
|
362
|
-
OnSpace="SelectRowF OR DeselectRowF" OnCtrlSpace="SelectAll OR DeselectAll"
|
|
363
|
-
OnDel="DeleteRowsF OR UndeleteRowsF,1" OnCtrlDel="UndeleteSelectedF OR DeleteSelectedF,1"
|
|
364
|
-
OnIns="AddRowF" OnCtrlIns="AddChildEndF" OnShiftIns="CopyRowF" OnShiftCtrlIns="CopyTreeF"
|
|
365
|
-
OnCtrlDown="ShowDefaultsF OR ShowFileF OR ShowFilterMenuF OR ShowCalendarF OR ButtonClickF"
|
|
366
|
-
OnCtrlZ="Undo" OnCtrlY="Redo"
|
|
367
|
-
OnCtrlC="Copy,0" OnCtrlX="Exclude,0" OnCtrlV="Paste,0"
|
|
368
|
-
OnMetaZ="Undo" OnMetaY="Redo"
|
|
369
|
-
OnMetaC="Copy,0" OnMetaX="Exclude,0" OnMetaV="Paste,0"
|
|
370
|
-
OnCtrlAltD="DebugUndo"
|
|
371
|
-
|
|
372
|
-
KeyCodes1="Space=32,Enter=13,Esc=27,Backspace=8,Tab=9"
|
|
373
|
-
KeyCodes2="Tilde=192,Minus=189,Equal=187,Backslash=220,LeftBracket=219,RightBracket=221"
|
|
374
|
-
KeyCodes3="Semicolon=186,Apostrophe=222,Comma=188,Point=190,Slash=191"
|
|
375
|
-
KeyCodes4="F1=112,F2=113,F3=114,F4=115,F5=116,F6=117,F7=118,F8=119,F9=120,F10=121,F11=122,F12=123"
|
|
376
|
-
KeyCodes5="Ins=45,Del=46,Home=36,End=35,PageUp=33,PageDown=34,Up=38,Down=40,Left=37,Right=39,Pause=19"
|
|
377
|
-
KeyCodes6="NumDivide=111,NumStar=106,NumMinus=109,NumPlus=107,NumPoint=110"
|
|
378
|
-
KeyCodes7="Num0=96,Num1=97,Num2=98,Num3=99,Num4=100,Num5=101,Num6=102,Num7=103,Num8=104,Num9=105"
|
|
379
|
-
KeyCodes8="CapsLock=20,ScrollLock=145,NumLock=144"
|
|
380
|
-
|
|
381
|
-
EdgeSize="5" RowSize="5" GanttSize="5" GanttSizeOnly="10" DragSize="5" ClickSize="5" GridSize="" GanttSizeOver="0" ScrollColSize="10"
|
|
382
|
-
EdgeSizeTouch="20" RowSizeTouch="10" GanttSizeTouch="20" GanttSizeOnlyTouch="1000" DragSizeTouch="5" ClickSizeTouch="20" GridSizeTouch="" GanttSizeOverTouch="3" GanttSizeOverTouchFocused="10" ScrollColSizeTouch="20"
|
|
383
|
-
|
|
384
|
-
LeftPrefix="" RightPrefix="Right" MiddlePrefix="Middle" CtrlPrefix="Ctrl" AltPrefix="Alt" ShiftPrefix="Shift" MetaPrefix="Ctrl"
|
|
385
|
-
/>
|
|
386
|
-
|
|
387
|
-
<!-- Default rows -->
|
|
388
|
-
<Def>
|
|
389
|
-
<!-- Default row for all rows except Space and Header -->
|
|
390
|
-
<D Name="R" Kind="Data" CDef="R" AddDefChildren="1"
|
|
391
|
-
CanFocus="1" CanEdit="1" CanDelete="1" CanSelect="1" CanResize="1" CanHide="1"
|
|
392
|
-
CanDrag="1" AcceptChild="1" CanExpand="1"
|
|
393
|
-
CanFilter="1" CanGroup="1" CanSort="1"
|
|
394
|
-
CanCopy="1" CanCopyPaste="1" CanExport="1" CanPrint="1"
|
|
395
|
-
HoverCell="Border,Color" HoverRow="Border,Background" FocusCell="Border,Color,Class" FocusRow="Border,Background"
|
|
396
|
-
Deleted="0" Selected="0" Changed="0" Added="0" Moved="0"
|
|
397
|
-
Visible="1" Expanded="1"
|
|
398
|
-
Calculated="0" Recalc="3" FormulaCanUse="1"
|
|
399
|
-
MaxChildren="10000" MaxChildrenDiff="20"
|
|
400
|
-
NoBorder="0" NoStyle="0"
|
|
401
|
-
/>
|
|
402
|
-
|
|
403
|
-
<!-- Default row for fixed rows -->
|
|
404
|
-
<D Name="Fixed" Def="R"
|
|
405
|
-
CanDelete="0" CanSelect="0" CanDrag="0" CanFilter="0" CanCopy="0" AcceptChild="0" CanHide="1"
|
|
406
|
-
/>
|
|
407
|
-
|
|
408
|
-
<!-- Default row for filter rows -->
|
|
409
|
-
<D Name="Filter" Def="Fixed"
|
|
410
|
-
FormulaCanUse="0" FormulaCanEdit="0" CanHide="1"
|
|
411
|
-
/>
|
|
412
|
-
|
|
413
|
-
<!-- Default row for column panel rows -->
|
|
414
|
-
<D Name="Panel" Def="Fixed"
|
|
415
|
-
Buttons="ColSelect,ColDelete,ColCopy" CanFocus="0" NoBorder="3" NoStyle="2" NoFormat="2" CanPrint="0" CanExport="0" CanHide="1"
|
|
416
|
-
PanelColCopyMenu="CopyCol,CopyCols,CopySelectedCols,-,AddCol,AddCols@2,AddSelectedCols"
|
|
417
|
-
PanelColCopyAllMenu="CopyColF,CopyCols@2,CopySelectedCols,-,AddColF,AddCols@2,AddSelectedCols,-,AddColEnd"
|
|
418
|
-
/>
|
|
419
|
-
|
|
420
|
-
<!-- Default row created when grouping -->
|
|
421
|
-
<D Name="Group" Def="R" Group="1"
|
|
422
|
-
CanEdit="0" CanFilter="0" CanDrag="0" CanCopy="0" CanDelete="0"
|
|
423
|
-
Expanded="0" NoUpload="1"
|
|
424
|
-
/>
|
|
425
|
-
|
|
426
|
-
<!-- Default row for all space rows -->
|
|
427
|
-
<D Name="Solid" Def=""
|
|
428
|
-
Visible="1"
|
|
429
|
-
CalcOrder=""
|
|
430
|
-
CanFocus="1" CanDelete="0" CanSelect="0" CanDrag="0" CanFilter="0" CanCopy="0" CanPrint="1" CanResize="1" FormulaCanUse="0" CanHide="1"
|
|
431
|
-
AcceptDef=""
|
|
432
|
-
HoverCell="Color" HoverRow="" FocusCell="Border,Color,Class" FocusRow=""
|
|
433
|
-
/>
|
|
434
|
-
|
|
435
|
-
<!-- Default header row -->
|
|
436
|
-
<D Name="Header" Def=""
|
|
437
|
-
Visible="1" Wrap="0" CanHide="1"
|
|
438
|
-
CanDelete="0" CanEdit="0" CanFocus="0" CanFilter="0" AcceptChild="0" CanExport="1" CanCopyPaste="3" CanPrint="2" FormulaCanUse="1" NoBorder="3" NoStyle="2" NoFormat="2"
|
|
439
|
-
Deleted="0" Selected="0" Changed="0" Added="0" Moved="0"
|
|
440
|
-
Expanded="0" Calculated="0"
|
|
441
|
-
HoverCell="Color" HoverRow="Background" FocusCell="Border,Color,Class" FocusRow=""
|
|
442
|
-
/>
|
|
443
|
-
|
|
444
|
-
<!-- Default CPage (MaxChildren) -->
|
|
445
|
-
<D Name="CPage" Def=""/>
|
|
446
|
-
|
|
447
|
-
</Def>
|
|
448
|
-
|
|
449
|
-
<!-- Default columns -->
|
|
450
|
-
<DefCols>
|
|
451
|
-
<!-- Default column -->
|
|
452
|
-
<D Name="C"
|
|
453
|
-
Visible="1" Type="Text" Format="" AcceptNaN="1"
|
|
454
|
-
CanResize="1" CanMove="2" CanCopy="2" CanFilter="1" CanSort="1" CanHide="1" CanSelect="1" CanDelete="1" FormulaCanUse="1"
|
|
455
|
-
CanCopyPaste="1" CanExport="1" CanPrint="1" CanGroup="1" CanSearch="1" CanDrag="1"
|
|
456
|
-
GroupEmpty="2" GroupSingle="1" GroupSole="1" GroupDeleted="1"
|
|
457
|
-
CaseSensitive="1"
|
|
458
|
-
ShowHint="1"
|
|
459
|
-
EmptyValue=""
|
|
460
|
-
NoBorder="0" NoStyle="0" NoFormat="0"
|
|
461
|
-
/>
|
|
462
|
-
|
|
463
|
-
<!-- Auto generated column by AutoCols -->
|
|
464
|
-
<D Name="Auto" Def="C" CanMove="1" CanCopy="1"/>
|
|
465
|
-
|
|
466
|
-
<!-- Auto generated column for RowIndex -->
|
|
467
|
-
<D Name="Index" Def="C" Type="Text" HoverCell="Color" Width="60"
|
|
468
|
-
CanSort="0" CanEdit="0" CanFocus="0" CanSelect="0" CanDelete="0" CanMove="0" CanCopy="0" CanCopyPaste="0" CanEmpty="1" CanSearch="0" FormulaCanUse="0" NoIndex="1" NoBorder="3" NoStyle="2" NoFormat="2"
|
|
469
|
-
/>
|
|
470
|
-
|
|
471
|
-
<!-- Auto generated column for ConstWidth -->
|
|
472
|
-
<D Name="ConstWidth" Def="" CanSelect="0" Type="Html"
|
|
473
|
-
ConstWidth="1" NoIndex="1" NoBorder="3" NoStyle="2" NoFormat="2"
|
|
474
|
-
/>
|
|
475
|
-
|
|
476
|
-
<!-- Default column for type Gantt -->
|
|
477
|
-
<D Name="Gantt" Def="C" MenuName="Gantt chart"
|
|
478
|
-
CanSort="0" CanEdit="0" CanResize="0" CanFilter="0" CanCopyPaste="0" CanGroup="0" CanSearch="0" CanExport="0" WidthPad="" ShowHint="0" CanDrag="0" CanSelect="0" CanDelete="0" NoUpload="1" FormulaCanUse="0"
|
|
479
|
-
GanttOrder="Chart,Availability,Constraints,Run,Main,Mark,Dependency,Flags,Points" GanttHeaderCount="6" GanttMilestoneTopMin="0"
|
|
480
|
-
GanttCount="1" GanttFlagsType="1" GanttFlagsMove="1" GanttShift="3" GanttFormatObject="Last"
|
|
481
|
-
GanttSize="" GanttWidth="22" GanttUnits="d" GanttLeft="0" GanttRight="0" GanttRoundUnits="0" GanttPagingFixed="6" GanttPageWidth="200%"
|
|
482
|
-
GanttDataUnits="d" GanttLastUnit="" GanttResourcesAssign="4" GanttAvailabilityFormat="0.##" GanttAvailabilityTransparent="1" GanttAvailabilityJoin="1" GanttAvailabilityShow="3" GanttAvailabilityTextRepeat="500"
|
|
483
|
-
GanttHover="1" GanttEdit="All" GanttResizeDelete="1" GanttResizeBeforeMove="2" GanttUseConstraints="2" GanttShowConstraints="1" GanttShowHtml="1" GanttDragLine="1"
|
|
484
|
-
GanttSmoothZoom="1" GanttZoomUndo="1" GanttHideExclude="0" GanttChangeExclude="0" GanttMaxExclude="10000000" GanttBase="" GanttBaseCanEdit="1" GanttFinish="" GanttFinishCanEdit="1" GanttFitVisible="0"
|
|
485
|
-
GanttCheck="4" GanttCheckTime="1000" GanttCheckExclude="1" GanttStrict="1" GanttBasePreferred="0" GanttFinishPreferred="0" GanttEditStartMove="1" GanttMinSlack="0" GanttErrSlack="0" GanttSeparateSlack="0" GanttManualChange="2" GanttManualSide="2"
|
|
486
|
-
GanttDependencyIcons="3" GanttAllDependencies="2" GanttDragDependenciesMove="1" GanttDragDependenciesMore="1" GanttCheckDependencies="2"
|
|
487
|
-
GanttDirection="0" GanttCorrectDependencies="2" GanttIncorrectDependencies="1" GanttCorrectDependenciesFixed="0" GanttFixComplete="0" GanttMaxCorrectingLoops="40" GanttRunMaxCorrectingLoops="5" GanttCorrectDependenciesButtons="Yes,No,Always,Never"
|
|
488
|
-
GanttMarkIncorrectDependencies="2" GanttColorIncorrectDependencies="9" GanttMarkDisabledDependencies="2" GanttColorDisabledDependencies="8" GanttAssignDependencies="0" GanttDependencyColor="0" GanttAdjacentDependencies="1"
|
|
489
|
-
GanttRunResize="Resize" GanttRunMove="Slide" GanttRunAdjust="Shift" GanttRunAdjustStart="Slip" GanttRunAdjustCorrect="Slip" GanttRunError="Sort" GanttRunErrors="1" GanttRunJoined="0" GanttRunJoinedNbsp="255" GanttRunSelect="0" GanttRunTip="*Text*"
|
|
490
|
-
GanttRunNew="0.0001,Box" GanttRunNewStart="0.0001,Box" GanttRunGroupHover="1" GanttRunStates="2" GanttRunCorrectFixed="1" GanttRunMilestones="1" GanttRunBoxMinType="1"
|
|
491
|
-
GanttRunIds="1" GanttRunIdPrefix="new" GanttRunIdPostfix="" GanttRunLastId="" GanttRunDragObject="2" GanttRunContainersResize="1" GanttRunContainersDelete="1"
|
|
492
|
-
GanttMenu="SplitGanttConstraint,ChangeGanttConstraint,EditGanttFlag,ChooseGanttFlagIcon,SetGanttMilestone,LockGanttMain,DisableGanttMain,SplitGanttMain,SetGanttPercent,EditGanttPercent,EditGanttText,SelectGanttRunPart,LockGanttRun,LockGanttRunContainer,DisableGanttRun,DisableGanttRunContainer,EnableGanttRunContainer,SplitGanttRun,EditGanttRun,EditGanttRunTip,ChooseGanttRunType,ChooseGanttRunContainer,AddGanttRunContainer,-,SelectGanttRun,UnselectGanttRun,SelectGanttRunContainer,UnselectGanttRunContainer,JoinGanttRunSelected,SplitGanttRunJoined,JoinGanttRunAdjacent,SplitGanttRunAdjacent,ChooseGanttRunSelectedType,ChooseGanttRunGroupType,ChooseGanttRunGroupAllType,ChooseGanttRunContainerType,ChooseGanttRunRowType,-,SetGanttRunMilestone,SetGanttRunPercent,EditGanttRunPercent,EditGanttRunText,-,EditGanttResource,GanttDepLagChange,-,DelGanttDep,DelGanttConstraint,DelGanttFlag,DelGanttPoint,DelGanttMilestone,DelGanttMainPart,DelGanttMain,DelGanttRunPart,DelGanttRunContainerOnly,-,DelAllGanttDep,DelGanttMainAll,DelGanttMainBar,DelGanttRunSelected,DelGanttRunGroup,DelGanttRunGroupAll,DelGanttRunContainer,DelGanttRun,DelGanttFlags,DelGanttPoints,DelGanttConstraints,DelGanttAll,-,NewGanttFlag,NewGanttPoint,NewGanttConstraint,NewGanttMilestone,NewGanttEndMilestone,NewGanttRunStop,-,SetGanttBase,DelGanttBase,SetGanttFinish,DelGanttFinish,CorrectRelatedDependencies,CorrectAllDependencies,-,ZoomBar,ZoomAll,ZoomHeader,ZoomUndo,ZoomIn,ZoomOut,ZoomFit"
|
|
493
|
-
/>
|
|
494
|
-
</DefCols>
|
|
495
|
-
|
|
496
|
-
<!-- First Header row = column captions -->
|
|
497
|
-
<Header Kind="Header" Def="Header" id="Header"
|
|
498
|
-
CanDrag="0" CanCopy="1" CanSelect="1" CanDelete="1" CanExport="1"
|
|
499
|
-
/>
|
|
500
|
-
|
|
501
|
-
<!-- Root settings -->
|
|
502
|
-
<Root
|
|
503
|
-
CDef="R"
|
|
504
|
-
CanSort="1"
|
|
505
|
-
FocusCell="Border" FocusRow="Border,Background"
|
|
506
|
-
AddParent="0"
|
|
507
|
-
/>
|
|
508
|
-
|
|
509
|
-
<!-- Row left panel -->
|
|
510
|
-
<Panel
|
|
511
|
-
Def="" Visible="1" Move="0" Select="1" Delete="1" Copy="0" Prepared="1"
|
|
512
|
-
CanHide="1" CanResize="0" CanMove="0" CanDrag="1" CanExport="0" CanCopyPaste="0" CanSelect="0" CanPrint="0" NoUpload="1" FormulaCanUse="0" NoBorder="3" NoStyle="2" NoFormat="2"
|
|
513
|
-
HoverCell="Color"
|
|
514
|
-
PanelCopyMenu="CopyRow,CopyRows,CopyTree,CopyRowsTree,CopySelected,CopySelectedTree,CopySelectedChildEnd,CopySelectedTreeChildEnd,-,AddRow,AddRows@2,CopyEmpty,CopyRowsEmpty,CopySelectedEmpty,CopySelectedEmptyChildEnd,-,AddChildEnd"
|
|
515
|
-
PanelCopyAllMenu="CopyRowF,CopyRows@2,CopyTree,CopyRowsTree,CopySelected,CopySelectedTree,CopySelectedChildEnd,CopySelectedTreeChildEnd,-,AddRowF,AddRows@2,CopyEmpty,CopyRowsEmpty,CopySelectedEmpty,CopySelectedEmptyChildEnd,-,AddChildEnd,AddRowEnd"
|
|
516
|
-
/>
|
|
517
|
-
|
|
518
|
-
<!-- Right side pager -->
|
|
519
|
-
<Pager
|
|
520
|
-
Visible="1" Width="100" MinWidth="35" CanResize="1" CanHide="1" Hover="1" Name="Pager"
|
|
521
|
-
/>
|
|
522
|
-
|
|
523
|
-
<!-- Row displayed when no variable rows are visible -->
|
|
524
|
-
<!-- To not show it define Html="" for it in Text.xml -->
|
|
525
|
-
<Solid>
|
|
526
|
-
<I id="NoData" Panel="0" Space="2" Kind="NoData" Visible="0" CanPrint="5" CanHide="0"/>
|
|
527
|
-
</Solid>
|
|
528
|
-
|
|
529
|
-
<!-- Bottom toolbar -->
|
|
530
|
-
<Toolbar id="Toolbar" CanPrint="0" Space="4" Tag="" Visible="1" CanHide="1" LastVisible="Cfg"
|
|
531
|
-
|
|
532
|
-
Reload="0" Debug="0" Help="0" Cfg="0" Empty="0" ExportPDF="1"
|
|
533
|
-
|
|
534
|
-
Cells20Data="Import,Save,Reload,Repaint,Print,ExportPDF,Export"
|
|
535
|
-
SaveButton="Class" SaveOnEnter="Validate AND Save" SaveVisibleFormula="(Grid.Source.Upload.Url||Grid.Source.Upload.Tag||Grid.Source.Upload.Data||Grid.Source.Upload.Script)&&!Grid.Detail?1:0"
|
|
536
|
-
ReloadButton="Class" ReloadOnEnter="Reload" ReloadVisibleFormula="!Grid.Detail"
|
|
537
|
-
RepaintButton="Class" RepaintOnEnter="RenderPages" RepaintVisibleFormula="(Grid.Paging==1||Grid.Paging==2)&&Grid.AllPages||Grid.ColPaging||Grid.ChildParts&&Grid.ChildPaging!=3" RepaintFormula="Grid.Paging==2||Grid.ColPaging==2||Grid.ChildParts==2?0:1"
|
|
538
|
-
PrintButton="Class" PrintOnEnter="Print"
|
|
539
|
-
ExportPDFButton="Class" ExportPDFOnEnter="ExportPDF" ExportPDFVisibleFormula="!!(Grid.Source.ExportPDF.Url||Grid.Source.ExportPDF.Script)"
|
|
540
|
-
ExportButton="Class" ExportOnEnter="Export" ExportVisibleFormula="Grid.ExportFormat && (!Grid.Source.Export.Type || Grid.Source.Export.Url || Grid.Source.Export.Script) ? 1 : 0"
|
|
541
|
-
ImportButton="Class" ImportOnEnter="Import" ImportVisibleFormula="Grid.ImportAction&1 && window.File ? 1 : 0"
|
|
542
|
-
|
|
543
|
-
Cells30Manipulate="Undo,Redo,Add,AddChild,AddCol,Join,Split,Outdent,Indent,ExpandAll,CollapseAll"
|
|
544
|
-
UndoButton="Class" UndoVisibleFormula="Grid.Undo?1:0" UndoFormula="Grid.CanUndo()" UndoOnEnter="Undo"
|
|
545
|
-
RedoButton="Class" RedoVisibleFormula="Grid.Undo?1:0" RedoFormula="Grid.CanRedo()" RedoOnEnter="Redo"
|
|
546
|
-
AddButton="Class" AddOnEnter="ShowMenuF OR AddRowF OR AddRowEnd" AddVisibleFormula="Grid.Adding"
|
|
547
|
-
AddMenu="CopyRow,CopyRows,CopyTree,CopyRowsTree,CopySelected,CopySelectedTree,CopySelectedEnd,CopySelectedTreeEnd,-,AddRow,AddRows,CopyEmpty,CopyRowsEmpty,CopySelectedEmpty,CopySelectedEmptyEnd,-,AddRowEnd"
|
|
548
|
-
AddChildButton="Class" AddChildOnEnter="ShowMenuF OR AddChildEndF" AddChildVisibleFormula="Grid.Adding && !!Grid.MainCol"
|
|
549
|
-
AddChildMenu="CopySelectedChildEnd,CopySelectedTreeChildEnd,CopySelectedEmptyChildEnd,AddChildEnd"
|
|
550
|
-
AddColButton="Class" AddColOnEnter="ShowMenuF OR AddColF OR AddColEnd" AddColVisibleFormula="Grid.ColAdding"
|
|
551
|
-
AddColMenu="CopyColF,CopyCols@2,AddColF,AddCols@2,AddColEnd"
|
|
552
|
-
JoinButton="Class" JoinOnEnter="SpanSelectedF" JoinVisibleFormula="Grid.SelectingCells && Grid.DynamicSpan"
|
|
553
|
-
SplitButton="Class" SplitOnEnter="SplitSelectedF OR SplitCellF" SplitVisibleFormula="Grid.SelectingCells && Grid.DynamicSpan"
|
|
554
|
-
OutdentButton="Class" OutdentOnEnter="OutdentSelectedF OR OutdentF" OutdentVisibleFormula="!!Grid.MainCol && !!Grid.Dragging"
|
|
555
|
-
IndentButton="Class" IndentOnEnter="IndentSelectedF OR IndentF" IndentVisibleFormula="!!Grid.MainCol && !!Grid.Dragging"
|
|
556
|
-
ExpandAllButton="Class" ExpandAllOnEnter="ExpandAllLoaded" ExpandAllVisibleFormula="!!Grid.MainCol"
|
|
557
|
-
CollapseAllButton="Class" CollapseAllOnEnter="CollapseAll" CollapseAllVisibleFormula="!!Grid.MainCol"
|
|
558
|
-
|
|
559
|
-
Cells40Sheet="Left,Center,Right,TextIndent,Top,Middle,Bottom,Bold,Italic,Underline,Strike,RotateLeft,RotateRight,WrapText,Size,ColorText,ColorShadow,ColorBackground,Border,Format"
|
|
560
|
-
LeftButton="Class" LeftSwitch="1" LeftOnEnter="AlignLeftSelectedF OR AlignLeftCellsF" LeftVisibleFormula="!!Grid.DynamicStyle" LeftFormula="(Grid.GetAttribute(Grid.FRow,Grid.FCol,'Align')+'').toLowerCase()=='left'?1:0"
|
|
561
|
-
CenterButton="Class" CenterSwitch="1" CenterOnEnter="AlignCenterSelectedF OR AlignCenterCellsF" CenterVisibleFormula="!!Grid.DynamicStyle" CenterFormula="(Grid.GetAttribute(Grid.FRow,Grid.FCol,'Align')+'').toLowerCase()=='center'?1:0"
|
|
562
|
-
RightButton="Class" RightSwitch="1" RightOnEnter="AlignRightSelectedF OR AlignRightCellsF" RightVisibleFormula="!!Grid.DynamicStyle" RightFormula="(Grid.GetAttribute(Grid.FRow,Grid.FCol,'Align')+'').toLowerCase()=='right'?1:0"
|
|
563
|
-
TextIndentType="Enum" TextIndentCanFocus="2" TextIndentWidth="58" TextIndentIconAlign="Right" TextIndentOnClick="StartEditCellAccept" TextIndentVisibleFormula="!!Grid.DynamicStyle"
|
|
564
|
-
TextIndentOnChange="Grid.Indent=Value;return SetIndentSelectedF OR SetIndentCellsF" TextIndentOnSame="SetIndentSelectedF OR SetIndentCellsF"
|
|
565
|
-
TextIndentFormula="var v=Grid.GetAttribute(Grid.FRow,Grid.FCol,'Indent');return v>50?50:v>10?Math.round(v/5)*5:v||v=='0'?v:'';" TextIndentCanEdit="1"
|
|
566
|
-
TextIndentEnumFormula="var s=Grid.Indents,c=s.charAt(0);s=s.slice(1).split(c),o=[];for(var i=1;i<s.length;i+=2)o[o.length]=s[i];return c+o.join(c)"
|
|
567
|
-
TextIndentEnumKeysFormula="var s=Grid.Indents,c=s.charAt(0);s=s.slice(1).split(c),o=[];for(var i=0;i<s.length;i+=2)o[o.length]=s[i];return c+o.join(c)"
|
|
568
|
-
TopButton="Class" TopSwitch="1" TopOnEnter="AValignTopSelectedF OR AValignTopCellsF" TopVisibleFormula="!!Grid.DynamicStyle" TopFormula="(Grid.GetAttribute(Grid.FRow,Grid.FCol,'VAlign')+'').toLowerCase()=='top'?1:0"
|
|
569
|
-
MiddleButton="Class" MiddleSwitch="1" MiddleOnEnter="AValignTopSelectedF OR AValignTopCellsF" MiddleVisibleFormula="!!Grid.DynamicStyle" MiddleFormula="(Grid.GetAttribute(Grid.FRow,Grid.FCol,'VAlign')+'').toLowerCase()=='middle'?1:0"
|
|
570
|
-
BottomButton="Class" BottomSwitch="1" BottomOnEnter="AValignTopSelectedF OR AValignTopCellsF" BottomVisibleFormula="!!Grid.DynamicStyle" BottomFormula="(Grid.GetAttribute(Grid.FRow,Grid.FCol,'VAlign')+'').toLowerCase()=='bottom'?1:0"
|
|
571
|
-
BoldButton="Class" BoldSwitch="1" BoldOnEnter="BoldOffSelectedF OR BoldOnSelectedF OR BoldOffCellsF OR BoldOnCellsF" BoldVisibleFormula="!!Grid.DynamicStyle" BoldFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'TextStyle')&1?1:0"
|
|
572
|
-
ItalicButton="Class" ItalicSwitch="1" ItalicOnEnter="ItalicOffSelectedF OR ItalicOnSelectedF OR ItalicOffCellsF OR ItalicOnCellsF" ItalicVisibleFormula="!!Grid.DynamicStyle" ItalicFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'TextStyle')&2?1:0"
|
|
573
|
-
UnderlineButton="Class" UnderlineSwitch="1" UnderlineOnEnter="UnderlineOffSelectedF OR UnderlineOnSelectedF OR UnderlineOffCellsF OR UnderlineOnCellsF" UnderlineVisibleFormula="!!Grid.DynamicStyle" UnderlineFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'TextStyle')&4?1:0"
|
|
574
|
-
StrikeButton="Class" StrikeSwitch="1" StrikeOnEnter="StrikeOffSelectedF OR StrikeOnSelectedF OR StrikeOffCellsF OR StrikeOnCellsF" StrikeVisibleFormula="!!Grid.DynamicStyle" StrikeFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'TextStyle')&8?1:0"
|
|
575
|
-
RotateLeftButton="Class" RotateLeftSwitch="1" RotateLeftOnEnter="RotateLeftSelectedF OR NoRotateSelectedF OR RotateLeftF OR NoRotateF" RotateLeftVisibleFormula="!!Grid.DynamicStyle" RotateLeftFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'Rotate')==1?1:0"
|
|
576
|
-
RotateRightButton="Class" RotateRightSwitch="1" RotateRightOnEnter="RotateRightSelectedF OR NoRotateSelectedF OR RotateRightF OR NoRotateF" RotateRightVisibleFormula="!!Grid.DynamicStyle" RotateRightFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'Rotate')==2?1:0"
|
|
577
|
-
WrapTextButton="Class" WrapTextSwitch="1" WrapTextOnEnter="WrapOffSelectedF OR WrapOnSelectedF OR WrapOffCellsF OR WrapOnCellsF" WrapTextVisibleFormula="!!Grid.DynamicStyle" WrapTextFormula="Grid.GetAttribute(Grid.FRow,Grid.FCol,'Wrap')?1:0"
|
|
578
|
-
SizeType="Enum" SizeCanFocus="2" SizeWidth="58" SizeIconAlign="Right" SizeOnClick="StartEditCellAccept" SizeVisibleFormula="!!Grid.DynamicStyle"
|
|
579
|
-
SizeOnChange="Grid.TextSize=Value;return SetTextSizeSelectedF OR SetTextSizeCellsF" SizeOnSame="var v=Grid.GetAttribute(Grid.FRow,Grid.FCol,'TextSize');Grid.TextSize=v?v:'';SetTextSizeSelectedF OR SetTextSizeCellsF"
|
|
580
|
-
SizeEnumFormula="var s=Grid.TextSizes,c=s.charAt(0);s=s.slice(1).split(c),o=[];for(var i=1;i<s.length;i+=2)o[o.length]=s[i];return c+o.join(c)"
|
|
581
|
-
SizeEnumKeysFormula="var s=Grid.TextSizes,c=s.charAt(0);s=s.slice(1).split(c),o=[];for(var i=0;i<s.length;i+=2)o[o.length]=s[i];return c+o.join(c)"
|
|
582
|
-
SizeFormula="var v=Grid.GetAttribute(Grid.FRow,Grid.FCol,'TextSize');return v?v:'';" SizeCanEdit="1"
|
|
583
|
-
ColorTextButton="Class" ColorTextOnEnter="SetTextColorSelectedF OR SetTextColorCellsF" ColorTextVisibleFormula="!!Grid.DynamicStyle" ColorTextUnderlineFormula="Grid.TextColor?Grid.TextColor:''"
|
|
584
|
-
ColorTextLeft="1" ColorTextLeftVisibleFormula="!!Grid.DynamicStyle"
|
|
585
|
-
ColorTextSwitch="1" ColorTextPopupIcon="3" ColorTextOnClickPopup="ChooseTextColorSelectedF OR ChooseTextColorCellsF OR ChooseTextColorF OR 1"
|
|
586
|
-
ColorShadowButton="Class" ColorShadowOnEnter="SetTextShadowColorSelectedF OR SetTextShadowColorCellsF" ColorShadowVisibleFormula="!!Grid.DynamicStyle" ColorShadowUnderlineFormula="Grid.TextShadowColor?Grid.TextShadowColor:''"
|
|
587
|
-
ColorShadowSwitch="1" ColorShadowPopupIcon="3" ColorShadowOnClickPopup="ChooseTextShadowColorSelectedF OR ChooseTextShadowColorCellsF OR ChooseTextShadowColorF OR 1"
|
|
588
|
-
ColorBackgroundButton="Class" ColorBackgroundOnEnter="SetColorSelectedF OR SetColorCellsF" ColorBackgroundVisibleFormula="!!Grid.DynamicStyle" ColorBackgroundUnderlineFormula="Grid.DefaultColor?Grid.DefaultColor:''"
|
|
589
|
-
ColorBackgroundSwitch="1" ColorBackgroundPopupIcon="3" ColorBackgroundOnClickPopup="ChooseColorSelectedF OR ChooseColorCellsF OR ChooseColorF OR 1"
|
|
590
|
-
BorderButton="Class" BorderOnEnter="AlignLeftF" BorderVisibleFormula="!!Grid.DynamicBorder" BorderSwitch="1" BorderPopupIcon="3"
|
|
591
|
-
BorderButtonClassFormula="var o=Grid.BorderOut?(Grid.BorderOut+'').split(','):null,i=Grid.BorderIn?(Grid.BorderIn+'').split(','):null;return 'Border,Border'+(o?(i?'All':'O'+(o[3]?o[3]:15)):(i?'I'+(i[3]?(i[3]&5?1:0)+(i[3]&10?2:0):3):''))"
|
|
592
|
-
BorderUnderlineFormula="var o=Grid.BorderOut?Grid.BorderOut:Grid.BorderIn;if(o)o=(o+'').split(',')[1];return o?o:''"
|
|
593
|
-
BorderUnderlineStyleFormula="var o=Grid.BorderOut?Grid.BorderOut:Grid.BorderIn;if(o)o=(o+'').split(',')[0];return o?o:'Empty'"
|
|
594
|
-
BorderOnClickPopup="ChooseSelectedBordersF OR ChooseBordersF OR ChooseBorderF OR 1"
|
|
595
|
-
FormatType="Html" FormatCanEdit="1" FormatCanFocus="2" FormatWrap="0" FormatWidth="92" FormatIcon="Enum" FormatIconAlign="Right" FormatCursor="Pointer" FormatVisibleFormula="!!Grid.DynamicFormat" FormatOnClick="ShowDefaults" FormatOnDblClick="1"
|
|
596
|
-
FormatFormula="Grid.FindFormat(Grid.FRow,Grid.FCol,Grid.Formats,'<span style=\'font-size:9px;color:silver;\'>format</span>')" FormatDefaultsFormula="return Grid.Formats" FormatTip="1"
|
|
597
|
-
FormatOnChange="Grid.Format=Value;return SetFormatSelectedF OR SetFormatCellsF" FormatOnSame="SetFormatSelectedF OR SetFormatCellsF"
|
|
598
|
-
|
|
599
|
-
Cells10Gantt="Correct"
|
|
600
|
-
Cells50GanttZoom="ZoomIn,ZoomOut,ZoomFit"
|
|
601
|
-
CorrectButton="Class" CorrectVisibleFormula="Grid.HasDependencies()" CorrectFormula="Grid.HasDependencies()?(ganttdependencyerrors()?1:0):0" CorrectOnEnter="CorrectAllDependencies"
|
|
602
|
-
ZoomInButton="Class" ZoomInVisibleFormula="Grid.HasGantt()" ZoomInFormula="Grid.CanZoomIn()" ZoomInOnEnter="ZoomIn"
|
|
603
|
-
ZoomOutButton="Class" ZoomOutVisibleFormula="Grid.HasGantt()" ZoomOutFormula="Grid.CanZoomOut()" ZoomOutOnEnter="ZoomOut"
|
|
604
|
-
ZoomFitButton="Class" ZoomFitVisibleFormula="Grid.HasGantt()" ZoomFitOnEnter="ZoomFitAll"
|
|
605
|
-
|
|
606
|
-
Cells60Cfg="Sort,Calc,Columns,Cfg,Help,Debug"
|
|
607
|
-
SortButton="Class" SortOnEnter="SortOn OR SortOff" SortVisibleFormula="Grid.Sorting && (Grid.Paging==3||Grid.ChildPaging==3||Grid.Paging==1 && Grid.LoadedCount>300)" SortFormula="Grid.Sorted?1:0"
|
|
608
|
-
CalcButton="Class" CalcOnEnter="CalcOn OR CalcOff" CalcVisibleFormula="Grid.Calculating && !Grid.Gantt" CalcFormula="Grid.Calculated?1:0"
|
|
609
|
-
ColumnsButton="Class" ColumnsOnEnter="ShowColumns"
|
|
610
|
-
CfgButton="Class" CfgOnEnter="ShowCfg"
|
|
611
|
-
HelpButton="Class" HelpOnEnter="ShowHelp"
|
|
612
|
-
DebugButton="Class" DebugOnEnter="ShowDebug" DebugVisibleFormula="!!Grid.DebugFlags.length"
|
|
613
|
-
|
|
614
|
-
Cells70Styles="Styles,GanttStyles,Sizes,Scales"
|
|
615
|
-
StylesType="Styles" Styles="0"
|
|
616
|
-
GanttStylesType="GanttStyles" GanttStyles="2"
|
|
617
|
-
SizesType="Sizes" Sizes="2"
|
|
618
|
-
ScalesType="Scales" Scales="2"
|
|
619
|
-
|
|
620
|
-
Cells80Right="Empty,Formula,Resize"
|
|
621
|
-
EmptyRelWidth="1" EmptyNoColor="1"
|
|
622
|
-
FormulaWidth="-2" FormulaNoColor="1" FormulaCanFocus="0" FormulaType="Html" FormulaWrap="0"
|
|
623
|
-
ResizeWidth="1" ResizeVisibleFormula="!!Grid.ResizingMain" ResizeCanFocus="0" ResizeVAlign=""
|
|
624
|
-
/>
|
|
625
|
-
|
|
626
|
-
<!-- Configuration menus -->
|
|
627
|
-
<MenuCfg
|
|
628
|
-
Items="GanttCaption,GanttCfg,CfgCaption,Cfg,StylesCaption,Styles" Attribute="CanHide" HideUnused="1"
|
|
629
|
-
/>
|
|
630
|
-
<MenuColumns
|
|
631
|
-
Items="Cols,-,Pagers,-,Head,-,Foot,-,Space" Attribute="CanHide" HideUnused="1"
|
|
632
|
-
/>
|
|
633
|
-
<MenuPrint
|
|
634
|
-
Items="ColsCaption,Cols,SpaceCaption,Space,RowsCaption,Head,Foot,OptionsCaption,Options,SizeCaption,Size" Attribute="CanPrint" HideUnused="1"
|
|
635
|
-
/>
|
|
636
|
-
<MenuExport
|
|
637
|
-
Items="ColsCaption,Cols,RowsCaption,Head,Foot,OptionsCaption,Options" Attribute="CanExport" HideUnused="1"
|
|
638
|
-
/>
|
|
639
|
-
|
|
640
|
-
<!-- Animations -->
|
|
641
|
-
<Animations
|
|
642
|
-
Show="#AnimateCenterTop, #ZoomInH 500ms" Hide="#AnimateCenterTop, #ZoomOutH 500ms" ShowFilter="@#AnimateCenterTop, #ZoomInH 500ms, #HighlightAdd 500ms" HideFilter="@#HighlightDelete 500ms, #AnimateCenterTop, #ZoomOutH 500ms"
|
|
643
|
-
Add="#ZoomIn 500ms"
|
|
644
|
-
CopyTo="#ZoomIn 500ms" CopyFrom="@#Mark 500ms" CopyRowsFrom="@#Mark,500" CopyToOutside="#ZoomIn 500ms" CopyFromOutside="@#Highlight 500ms"
|
|
645
|
-
MoveTo="#ZoomIn 250ms" MoveFrom="#ZoomOut 250ms" MoveToOutside="#ZoomIn 500ms" MoveFromOutside="#ZoomOut 500ms"
|
|
646
|
-
Delete="#ZoomOut 500ms, #AnimateCenterTop, #AnimateTransparent, #ZoomOutH 200ms" DeleteVisible="#ZoomOut 500ms" Undelete="#ZoomIn 500ms"
|
|
647
|
-
Select="#RotateX90 300ms" Deselect="#RotateX90 300ms"
|
|
648
|
-
ExpandChildren="#AnimateCenterTop, #ZoomInH 200ms" CollapseChildren="#AnimateCenterTop, #ZoomOutH 200ms"
|
|
649
|
-
|
|
650
|
-
UndoShow="@#Highlight 500ms, #ZoomOut 500ms" RedoShow="@#ZoomIn 500ms, #Highlight 500ms" UndoHide="@#ZoomIn 500ms, #Highlight 500ms" RedoHide="@#Highlight 500ms,#ZoomOut 500ms"
|
|
651
|
-
UndoAdd="@#HighlightDelete 500ms, #ZoomOut 500ms" RedoAdd="@#ZoomIn 500ms, #HighlightAdd 500ms"
|
|
652
|
-
UndoMove="@#ZoomIn 500ms, #HighlightMove 500ms" RedoMove="@#ZoomIn 500ms, #HighlightMove 500ms"
|
|
653
|
-
UndoDelete="@#ZoomIn 500ms, #HighlightAdd 500ms" RedoDelete="@#HighlightDelete 500ms, #ZoomOut 500ms" UndoUndelete="@#HighlightDelete 500ms, #ZoomOut 500ms" RedoUndelete="@#ZoomIn 500ms, #HighlightAdd 500ms"
|
|
654
|
-
UndoSelect="#RotateX90 300ms" RedoSelect="#RotateX90 300ms" UndoDeselect="#RotateX90 300ms" RedoDeselect="#RotateX90 300ms"
|
|
655
|
-
UndoResize="@#Highlight 500ms" RedoResize="@#Highlight 500ms"
|
|
656
|
-
|
|
657
|
-
Added="@#ZoomIn 500ms, #HighlightAdd 500ms"
|
|
658
|
-
Moved="@#ZoomIn 500ms, #HighlightMove 500ms"
|
|
659
|
-
Deleted="@#HighlightDelete 500ms, #ZoomOut 500ms"
|
|
660
|
-
Selected="@#HighlightSelect 500ms,#ColorSelected,#RotateX90 500ms" Deselected="@#HighlightDeselect 500ms,#RotateX90 500ms"
|
|
661
|
-
Expanded="@#Highlight 500ms" ExpandedChildren="#AnimateHidden, 500, #AnimateVisible, #AnimateCenterTop, #ZoomInH 500ms" Collapsed="@#Highlight 500ms" CollapsedChildren="500, #AnimateCenterTop, #ZoomOutH 500ms"
|
|
662
|
-
ChangedFrom="#HighlightChange 500ms, #RotateX90To 200ms" ChangedTo="#RotateX90From 200ms"
|
|
663
|
-
|
|
664
|
-
ShowCol="#ZoomInX 500ms" HideCol="#ZoomOutX 500ms"
|
|
665
|
-
AddCol="#ZoomIn 500ms"
|
|
666
|
-
CopyColTo="#ZoomIn 500ms" CopyColFrom="#Mark 500ms" CopyColsFrom="#Mark,500"
|
|
667
|
-
MoveColTo="#ZoomIn 250ms" MoveColFrom="#ZoomOut 250ms"
|
|
668
|
-
DeleteCol="#ZoomOut 500ms" UndeleteCol="#ZoomIn 500ms"
|
|
669
|
-
SelectCol="#RotateY90 300ms" DeselectCol="#RotateY90 300ms"
|
|
670
|
-
|
|
671
|
-
UndoShowCol="#Highlight 500ms, #ZoomOutX 500ms" RedoShowCol="#ZoomInX 500ms, #Highlight 500ms" UndoHideCol="#ZoomInX 500ms, #Highlight 500ms" RedoHideCol="#Highlight 500ms,#ZoomOutX 500ms"
|
|
672
|
-
UndoAddCol="#HighlightDelete 500ms, #ZoomOut 500ms" RedoAddCol="#ZoomIn 500ms, #HighlightAdd 500ms"
|
|
673
|
-
UndoMoveCol="@#ZoomIn 500ms, #HighlightMove 500ms" RedoMoveCol="@#ZoomIn 500ms, #HighlightMove 500ms"
|
|
674
|
-
UndoDeleteCol="#ZoomIn 500ms, #HighlightAdd 500ms" RedoDeleteCol="#HighlightDelete 500ms, #ZoomOut 500ms" UndoUndeleteCol="#HighlightDelete 500ms, #ZoomOut 500ms" RedoUndeleteCol="#ZoomIn 500ms, #HighlightAdd 500ms"
|
|
675
|
-
UndoSelectCol="#RotateY90 300ms" RedoSelectCol="#RotateY90 300ms" UndoDeselectCol="#RotateY90 300ms" RedoDeselectCol="#RotateY90 300ms"
|
|
676
|
-
UndoResizeCol="#Highlight 500ms" RedoResizeCol="#Highlight 500ms"
|
|
677
|
-
|
|
678
|
-
Focus="#Focus 200ms" FocusGantt="" FocusLines=""
|
|
679
|
-
Find="#HighlightSelect 500ms"
|
|
680
|
-
Copy="#AnimateLeftCenter,#Copy 200ms"
|
|
681
|
-
EditFrom="#RotateX90To 200ms" EditTo="#RotateX90From 200ms" EditBoolFrom="#RotateY90To 200ms" EditBoolTo="#RotateY90From 200ms"
|
|
682
|
-
CalculateFrom="#RotateX90To 200ms" CalculateTo="#RotateX90From 200ms"
|
|
683
|
-
ChangeFrom="#RotateX90To 200ms" ChangeTo="#RotateX90From 200ms"
|
|
684
|
-
FillFrom="#RotateX90To 200ms" FillTo="#RotateX90From 200ms"
|
|
685
|
-
PasteFrom="#RotateX90To 200ms" PasteTo="#RotateX90From 200ms"
|
|
686
|
-
MarkFrom="#RotateX90To 200ms" MarkTo="#RotateX90From 200ms"
|
|
687
|
-
ClearFrom="#RotateX90To 200ms" ClearTo=""
|
|
688
|
-
|
|
689
|
-
UndoChangeFrom="#RotateX90To 200ms" UndoChangeTo="#RotateX90From 200ms" RedoChangeFrom="#RotateX90To 200ms" RedoChangeTo="#RotateX90From 200ms"
|
|
690
|
-
UndoBorder="#Highlight 500ms" RedoBorder="#Highlight 500ms"
|
|
691
|
-
UndoStyle="#Highlight 500ms" RedoStyle="#Highlight 500ms"
|
|
692
|
-
|
|
693
|
-
ShowMenu="#AnimateCenterTop, #ZoomInY 200ms" ShowMenuUp="#AnimateCenterBottom, #ZoomInY 200ms" HideMenu="#AnimateCenterTop, #ZoomOutY 200ms" HideMenuUp="#AnimateCenterBottom, #ZoomOutY 200ms"
|
|
694
|
-
ShowPopup="#AnimateLeftTop, #ZoomIn 200ms" ShowPopupUp="#AnimateLeftBottom, #ZoomIn 200ms" HidePopup="#AnimateLeftTop, #ZoomOut 200ms" HidePopupUp="#AnimateLeftBottom, #ZoomOut 200ms"
|
|
695
|
-
ShowPopupRight="#AnimateRightTop, #ZoomIn 200ms" ShowPopupRightUp="#AnimateRightBottom, #ZoomIn 200ms" HidePopupRight="#AnimateRightTop, #ZoomOut 200ms" HidePopupRightUp="#AnimateRightBottom, #ZoomOut 200ms"
|
|
696
|
-
ShowCfg="#ZoomIn 200ms" HideCfg="#ZoomOut 200ms"
|
|
697
|
-
ShowTip="#AnimateLeftTop, #ZoomIn 200ms" ShowTipRight="#AnimateRightTop, #ZoomIn 200ms" HideTip="#AnimateLeftTop, #ZoomOut 200ms" HideTipRight="#AnimateRightTop, #ZoomOut 200ms"
|
|
698
|
-
ShowHint="#Show 200ms" HideHint="#Hide 200ms" ShowHintVert="#Show 200ms" HideHintVert="#Hide 200ms"
|
|
699
|
-
ShowMessage="#ZoomIn 200ms" HideMessage="#ZoomOut 200ms"
|
|
700
|
-
ShowCalendar="#AnimateRightTop, #ZoomIn 200ms" ShowCalendarUp="#AnimateRightBottom, #ZoomIn 200ms" HideCalendar="#AnimateRightTop, #ZoomOut 200ms" HideCalendarUp="#AnimateRightBottom, #ZoomOut 200ms"
|
|
701
|
-
ShowCalendarLeft="#AnimateLeftTop, #ZoomIn 200ms" ShowCalendarLeftUp="#AnimateLeftBottom, #ZoomIn 200ms" HideCalendarLeft="#AnimateLeftTop, #ZoomOut 200ms" HideCalendarLeftUp="#AnimateLeftBottom, #ZoomOut 200ms"
|
|
702
|
-
CalendarDaysFrom="#RotateX90To 200ms" CalendarDaysTo="#RotateX90From 200ms" CalendarMonthsFrom="#RotateX90To 200ms" CalendarMonthsTo="#RotateX90From 200ms"
|
|
703
|
-
CalendarMonthFrom="#RotateY90To 200ms" CalendarMonthTo="#RotateY90From 200ms" CalendarYearFrom="" CalendarYearTo=""
|
|
704
|
-
/>
|
|
705
|
-
|
|
706
|
-
<!-- Configuration preset per CSS style -->
|
|
707
|
-
<Media>
|
|
708
|
-
<M Style="TT">
|
|
709
|
-
<Cfg Alternate="2" AlternateType="3" ColorPanel="1"/>
|
|
710
|
-
</M>
|
|
711
|
-
<M Style="CB,CC,CE,CG,CL,CS,CO,CP,CQ,CR,CF">
|
|
712
|
-
<Cfg ShrinkStyleType="0"/>
|
|
713
|
-
<Rows>
|
|
714
|
-
<I id="Toolbar" SizesVisible="0" SizesLabelVisible="0" GanttStylesVisible="0" GanttStylesLabelVisible="0"/>
|
|
715
|
-
</Rows>
|
|
716
|
-
</M>
|
|
717
|
-
</Media>
|
|
718
|
-
</Grid>
|