Skip to content

Commit 877ef14

Browse files
docs(scheduler):resource grouping documentation added (#363)
* docs(scheduler):resource grouping documentation added * chore(scheduler):added template for all the views * chore(scheduler):small fixes as per comments * chore(scheduler):fixes as per comment * chore(scheduler):basics section small fix * Update components/scheduler/views/day.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/views/month.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/views/multiday.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/views/week.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/resource-grouping.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/resource-grouping.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/resource-grouping.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/resource-grouping.md Co-authored-by: Dimo Dimov <[email protected]> * Update components/scheduler/resource-grouping.md Co-authored-by: Dimo Dimov <[email protected]> Co-authored-by: Dimo Dimov <[email protected]>
1 parent f1e8e7c commit 877ef14

12 files changed

+1101
-0
lines changed

_contentTemplates/scheduler/views.md

Lines changed: 493 additions & 0 deletions
Large diffs are not rendered by default.
41.4 KB
Loading
27.7 KB
Loading

components/scheduler/resource-grouping.md

Lines changed: 559 additions & 0 deletions
Large diffs are not rendered by default.

components/scheduler/views/day.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ In this article:
1919
* [Example](#example)
2020
* [View Parameters](#view-parameters)
2121
* [Slots](#slots)
22+
* [Resource Grouping](#resource-grouping)
2223

2324
>caption Figure: Day View in the scheduler
2425
@@ -99,6 +100,17 @@ In this article:
99100

100101
@[template](/_contentTemplates/scheduler/views.md#day-slots-explanation)
101102

103+
## Resource Grouping in the Day View
104+
105+
You can configure the Day view to display events that are [grouped by a resource]({%slug scheduler-resource-grouping%}).
106+
107+
>caption The result from the code snippet below.
108+
109+
![](images/scheduler-resource-grouping-day-view.png)
110+
111+
>caption Resource Grouping in a Day view.
112+
113+
@[template](/_contentTemplates/scheduler/views.md#resource-grouping-code-snippet-for-examples)
102114

103115
## See Also
104116

27.5 KB
Loading
51.9 KB
Loading
53.1 KB
Loading
51.2 KB
Loading

components/scheduler/views/month.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ The `Date` parameter of the scheduler controls which month is displayed - the on
1616

1717
A day shows up to two events and if there are more - an ellipsis button provides access to the DayView for the specific day so the user can see the needed details. This avoids cluttering and ugly rendering. You can also access the day view from the day number. Of course, you must also define a day view so the use can see it.
1818

19+
In this article:
20+
21+
* [Example](#example)
22+
* [Resource Grouping](#resource-grouping)
23+
1924
>caption Figure: Month View in the scheduler
2025
2126
![](images/month-view-sample.png)
@@ -95,9 +100,17 @@ A day shows up to two events and if there are more - an ellipsis button provides
95100
}
96101
}
97102
````
103+
## Resource Grouping in the Month View
104+
105+
You can configure the Month view to display events that are [grouped by a resource]({%slug scheduler-resource-grouping%}).
106+
107+
>caption The result from the code snippet below.
98108
109+
![](images/scheduler-resource-grouping-month-view.png)
99110

111+
>caption Resource Grouping in a Month view.
100112
113+
@[template](/_contentTemplates/scheduler/views.md#resource-grouping-code-snippet-for-examples)
101114

102115
## See Also
103116

0 commit comments

Comments
 (0)