Layout Samples
This commit is contained in:
parent
b0e78ac619
commit
899dd58cde
4 changed files with 35 additions and 115 deletions
|
|
@ -43,14 +43,19 @@
|
||||||
"TreeOptionDto": {
|
"TreeOptionDto": {
|
||||||
"KeyExpr": "Title",
|
"KeyExpr": "Title",
|
||||||
"ParentIdExpr": "ParentTitle",
|
"ParentIdExpr": "ParentTitle",
|
||||||
"AutoExpandAll": true
|
"HasItemsExpr": null,
|
||||||
|
"RootValue": null,
|
||||||
|
"ExpandedRowKeys": [],
|
||||||
|
"AutoExpandAll": true,
|
||||||
|
"RecursiveSelection": false,
|
||||||
|
"TitleExpr": null,
|
||||||
|
"StartExpr": null,
|
||||||
|
"EndExpr": null,
|
||||||
|
"ProgressExpr": null
|
||||||
},
|
},
|
||||||
"GanttOptionDto": {},
|
"GanttOptionDto": {},
|
||||||
"SchedulerOptionDto": {},
|
"SchedulerOptionDto": {},
|
||||||
"TodoOptionDto": {
|
"TodoOptionDto": {},
|
||||||
"StatusOrder": "Backlog, Ready to Start, In Progress, Code Review, Testing, Staging",
|
|
||||||
"AllowDragging": true
|
|
||||||
},
|
|
||||||
"WorkflowDto": {
|
"WorkflowDto": {
|
||||||
"ApprovalUserFieldName": "ApprovalUserName",
|
"ApprovalUserFieldName": "ApprovalUserName",
|
||||||
"ApprovalDateFieldName": "ApprovalDate",
|
"ApprovalDateFieldName": "ApprovalDate",
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@
|
||||||
"Grid": true,
|
"Grid": true,
|
||||||
"Card": true,
|
"Card": true,
|
||||||
"Pivot": true,
|
"Pivot": true,
|
||||||
"Chart": true,
|
|
||||||
"Tree": false,
|
"Tree": false,
|
||||||
|
"Chart": true,
|
||||||
"Gantt": true,
|
"Gantt": true,
|
||||||
"Scheduler": false,
|
"Scheduler": false,
|
||||||
"Todo": false,
|
"Todo": false,
|
||||||
|
|
@ -44,17 +44,29 @@
|
||||||
"GanttOptionDto": {
|
"GanttOptionDto": {
|
||||||
"KeyExpr": "Id",
|
"KeyExpr": "Id",
|
||||||
"ParentIdExpr": "ParentId",
|
"ParentIdExpr": "ParentId",
|
||||||
|
"HasItemsExpr": null,
|
||||||
|
"RootValue": null,
|
||||||
|
"ExpandedRowKeys": [],
|
||||||
"AutoExpandAll": true,
|
"AutoExpandAll": true,
|
||||||
|
"RecursiveSelection": false,
|
||||||
"TitleExpr": "Title",
|
"TitleExpr": "Title",
|
||||||
|
"ScaleType": "weeks",
|
||||||
"StartExpr": "StartDate",
|
"StartExpr": "StartDate",
|
||||||
"EndExpr": "EndDate",
|
"EndExpr": "EndDate",
|
||||||
"ProgressExpr": "Progress"
|
"ProgressExpr": "Progress",
|
||||||
|
"AllowEditing": true,
|
||||||
|
"AllowTaskAdding": true,
|
||||||
|
"AllowTaskUpdating": true,
|
||||||
|
"AllowTaskResourceUpdating": true,
|
||||||
|
"AllowTaskDeleting": true,
|
||||||
|
"AllowDependencyAdding": true,
|
||||||
|
"AllowDependencyDeleting": true,
|
||||||
|
"AllowResourceAdding": true,
|
||||||
|
"AllowResourceUpdating": true,
|
||||||
|
"AllowResourceDeleting": true
|
||||||
},
|
},
|
||||||
"SchedulerOptionDto": {},
|
"SchedulerOptionDto": {},
|
||||||
"TodoOptionDto": {
|
"TodoOptionDto": {},
|
||||||
"StatusOrder": "Backlog, Ready to Start, In Progress, Code Review, Testing, Staging",
|
|
||||||
"AllowDragging": true
|
|
||||||
},
|
|
||||||
"WorkflowDto": {
|
"WorkflowDto": {
|
||||||
"ApprovalUserFieldName": "",
|
"ApprovalUserFieldName": "",
|
||||||
"ApprovalDateFieldName": "",
|
"ApprovalDateFieldName": "",
|
||||||
|
|
@ -199,4 +211,4 @@
|
||||||
],
|
],
|
||||||
"DataSourceCodes": []
|
"DataSourceCodes": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -40,61 +40,9 @@
|
||||||
"SelectCommand": "Pro_T_Todo",
|
"SelectCommand": "Pro_T_Todo",
|
||||||
"KeyFieldName": "Id",
|
"KeyFieldName": "Id",
|
||||||
"KeyFieldDbSourceType": 9,
|
"KeyFieldDbSourceType": 9,
|
||||||
"TreeOptionDto": {
|
"TreeOptionDto": {},
|
||||||
"KeyExpr": null,
|
"GanttOptionDto": {},
|
||||||
"ParentIdExpr": null,
|
"SchedulerOptionDto": {},
|
||||||
"HasItemsExpr": null,
|
|
||||||
"RootValue": null,
|
|
||||||
"ExpandedRowKeys": [],
|
|
||||||
"AutoExpandAll": false,
|
|
||||||
"RecursiveSelection": false,
|
|
||||||
"TitleExpr": null,
|
|
||||||
"StartExpr": null,
|
|
||||||
"EndExpr": null,
|
|
||||||
"ProgressExpr": null
|
|
||||||
},
|
|
||||||
"GanttOptionDto": {
|
|
||||||
"KeyExpr": null,
|
|
||||||
"ParentIdExpr": null,
|
|
||||||
"HasItemsExpr": null,
|
|
||||||
"RootValue": null,
|
|
||||||
"ExpandedRowKeys": [],
|
|
||||||
"AutoExpandAll": false,
|
|
||||||
"RecursiveSelection": false,
|
|
||||||
"TitleExpr": null,
|
|
||||||
"ScaleType": "weeks",
|
|
||||||
"StartExpr": null,
|
|
||||||
"EndExpr": null,
|
|
||||||
"ProgressExpr": null,
|
|
||||||
"AllowEditing": false,
|
|
||||||
"AllowTaskAdding": false,
|
|
||||||
"AllowTaskUpdating": false,
|
|
||||||
"AllowTaskDeleting": false,
|
|
||||||
"AllowDependencyAdding": false,
|
|
||||||
"AllowDependencyDeleting": false,
|
|
||||||
"AllowResourceAdding": false,
|
|
||||||
"AllowResourceDeleting": false
|
|
||||||
},
|
|
||||||
"SchedulerOptionDto": {
|
|
||||||
"TextExpr": null,
|
|
||||||
"StartDateExpr": null,
|
|
||||||
"EndDateExpr": null,
|
|
||||||
"AllDayExpr": null,
|
|
||||||
"RecurrenceRuleExpr": null,
|
|
||||||
"RecurrenceExceptionExpr": null,
|
|
||||||
"StartDayHour": 8,
|
|
||||||
"EndDayHour": 20,
|
|
||||||
"DefaultView": "week",
|
|
||||||
"ShowAllDayPanel": true,
|
|
||||||
"CellDuration": 30,
|
|
||||||
"FirstDayOfWeek": 1,
|
|
||||||
"CrossScrollingEnabled": false,
|
|
||||||
"AllowResizing": false,
|
|
||||||
"AllowDragging": false,
|
|
||||||
"AllowDeleting": false,
|
|
||||||
"AllowEditing": false,
|
|
||||||
"AllowAdding": false
|
|
||||||
},
|
|
||||||
"TodoOptionDto": {
|
"TodoOptionDto": {
|
||||||
"TitleExpr": "Title",
|
"TitleExpr": "Title",
|
||||||
"StatusExpr": "Status",
|
"StatusExpr": "Status",
|
||||||
|
|
|
||||||
|
|
@ -40,41 +40,8 @@
|
||||||
"SelectCommand": "Pro_D_Scheduler",
|
"SelectCommand": "Pro_D_Scheduler",
|
||||||
"KeyFieldName": "Id",
|
"KeyFieldName": "Id",
|
||||||
"KeyFieldDbSourceType": 9,
|
"KeyFieldDbSourceType": 9,
|
||||||
"TreeOptionDto": {
|
"TreeOptionDto": {},
|
||||||
"KeyExpr": "",
|
"GanttOptionDto": {},
|
||||||
"ParentIdExpr": "",
|
|
||||||
"HasItemsExpr": "",
|
|
||||||
"RootValue": "",
|
|
||||||
"ExpandedRowKeys": [],
|
|
||||||
"AutoExpandAll": false,
|
|
||||||
"RecursiveSelection": false,
|
|
||||||
"TitleExpr": null,
|
|
||||||
"StartExpr": null,
|
|
||||||
"EndExpr": null,
|
|
||||||
"ProgressExpr": null
|
|
||||||
},
|
|
||||||
"GanttOptionDto": {
|
|
||||||
"KeyExpr": "",
|
|
||||||
"ParentIdExpr": "",
|
|
||||||
"HasItemsExpr": "",
|
|
||||||
"RootValue": "",
|
|
||||||
"ExpandedRowKeys": [],
|
|
||||||
"AutoExpandAll": false,
|
|
||||||
"RecursiveSelection": false,
|
|
||||||
"TitleExpr": "",
|
|
||||||
"ScaleType": "weeks",
|
|
||||||
"StartExpr": "",
|
|
||||||
"EndExpr": "",
|
|
||||||
"ProgressExpr": "",
|
|
||||||
"AllowEditing": false,
|
|
||||||
"AllowTaskAdding": false,
|
|
||||||
"AllowTaskUpdating": false,
|
|
||||||
"AllowTaskDeleting": false,
|
|
||||||
"AllowDependencyAdding": false,
|
|
||||||
"AllowDependencyDeleting": false,
|
|
||||||
"AllowResourceAdding": false,
|
|
||||||
"AllowResourceDeleting": false
|
|
||||||
},
|
|
||||||
"SchedulerOptionDto": {
|
"SchedulerOptionDto": {
|
||||||
"TextExpr": "Text",
|
"TextExpr": "Text",
|
||||||
"StartDateExpr": "StartDate",
|
"StartDateExpr": "StartDate",
|
||||||
|
|
@ -95,19 +62,7 @@
|
||||||
"AllowEditing": true,
|
"AllowEditing": true,
|
||||||
"AllowAdding": true
|
"AllowAdding": true
|
||||||
},
|
},
|
||||||
"TodoOptionDto": {
|
"TodoOptionDto": {},
|
||||||
"TitleExpr": "",
|
|
||||||
"StatusExpr": "",
|
|
||||||
"DescriptionExpr": "",
|
|
||||||
"DueDateExpr": "",
|
|
||||||
"TagExpr": "",
|
|
||||||
"AssigneeExpr": "",
|
|
||||||
"PriorityExpr": "",
|
|
||||||
"CompletedExpr": "",
|
|
||||||
"OrderExpr": "",
|
|
||||||
"StatusOrder": "Backlog, Ready to Start, In Progress, Code Review, Testing, Staging",
|
|
||||||
"AllowDragging": true
|
|
||||||
},
|
|
||||||
"WorkflowDto": {
|
"WorkflowDto": {
|
||||||
"ApprovalUserFieldName": "",
|
"ApprovalUserFieldName": "",
|
||||||
"ApprovalDateFieldName": "",
|
"ApprovalDateFieldName": "",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue