You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/scheduler/views/agenda.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 6
10
10
11
11
# Agenda View
12
12
13
-
The Agenda view of the Scheduler for Blazor shows a weekly summary (or a custom period set by the user) in a table format. Also the Agenda view can be configured to display the events that are [grouped by resource]({%slug scheduler-resource-grouping%})
13
+
The Agenda view of the Scheduler for Blazor shows a weekly summary (or a custom period set by the user) in a table format. You can also configure the Agenda view to display events [grouped by resource]({%slug scheduler-resource-grouping%}).
14
14
15
15
16
16
In this article:
@@ -20,7 +20,7 @@ In this article:
20
20
21
21
## View Parameters
22
22
23
-
The following parameters allow you to configure the agenda view:
23
+
The following parameters allow you to configure the Agenda view:
Copy file name to clipboardExpand all lines: components/scheduler/views/day.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 1
10
10
11
11
# Day View
12
12
13
-
The Agenda view of the Scheduler for Blazor shows a weekly summary (or a custom period set by the user) in a table format. Also the Day view can be configured to display the events that are[grouped by resource]({%slug scheduler-resource-grouping%}).
13
+
The Day view of the Scheduler for Blazor shows a single day to the user. You can also configure the Day view to display events [grouped by resource]({%slug scheduler-resource-grouping%}).
14
14
15
15
The `Date` parameter of the scheduler controls which date is displayed.
16
16
@@ -28,12 +28,12 @@ In this article:
28
28
29
29
## Example
30
30
31
-
>caption Declare the Day View in the markup
31
+
>tip You can declare other views as well, this example adds only the Day view for brevity.
32
32
33
-
>tip You can declare other views as well, this example adds only the day view for brevity.
Copy file name to clipboardExpand all lines: components/scheduler/views/month.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 4
10
10
11
11
# Month View
12
12
13
-
The Month view of the Scheduler for Blazor shows an entire month to the user. Also the Month view can be configured to display the events that are[grouped by resource]({%slug scheduler-resource-grouping%}).
13
+
The Month view of the Scheduler for Blazor shows an entire month to the user. You can also configure the Month view to display events [grouped by resource]({%slug scheduler-resource-grouping%}).
14
14
15
15
The `Date` parameter of the Scheduler controls which month is displayed. It's the one containing the date.
16
16
@@ -37,9 +37,9 @@ If the `ItemsPerSlot` parameter is a zero or a negative value, an `ArgumentOutOf
37
37
38
38
## Example
39
39
40
-
>caption Declare the Month and Day Views in the markup
40
+
>tip You can declare other views as well, this example adds only the Month and Day views for brevity.
41
41
42
-
>tip You can declare other views as well, this example adds only the month and day views for brevity.
42
+
>caption Declare the Month and Day views in the markup
Copy file name to clipboardExpand all lines: components/scheduler/views/multiday.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ position: 3
10
10
11
11
# MultiDay View
12
12
13
-
The MultiDay view of the Scheduler for Blazor shows several days at once to the user. Also the MultiDay view can be configured to display the events that are[grouped by resource]({%slug scheduler-resource-grouping%}).
13
+
The MultiDay view of the Scheduler for Blazor shows several days at once to the user. You can also configure the MultiDay view to display events [grouped by resource]({%slug scheduler-resource-grouping%}).
14
14
15
-
The `Date` parameter of the scheduler controls which is the first rendered date, and the `NumberOfDays` parameter of the View controls how many days will be rendered.
15
+
The `Date` parameter of the Scheduler controls which is the first rendered date, and the `NumberOfDays` parameter of the View controls how many days will be rendered.
16
16
17
17
In this article:
18
18
@@ -29,13 +29,12 @@ In this article:
29
29
30
30
## Example
31
31
32
-
>caption Declare the MultiDay View in the markup
33
-
34
-
>tip You can declare other views as well, this example adds only the multiday view for brevity.
32
+
>tip You can declare other views as well, this example adds only the Multiday view for brevity.
Copy file name to clipboardExpand all lines: components/scheduler/views/timeline.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 5
10
10
11
11
# Timeline View
12
12
13
-
The Timeline view displays appointments in a continuous horizontal direction. Also the Timeline view can be configured to display the events that are [grouped by resource]({%slug scheduler-resource-grouping%})
13
+
The Timeline view displays appointments in a continuous horizontal direction. You can also configure the Timeline view to display events [grouped by resource]({%slug scheduler-resource-grouping%}).
14
14
15
15
In this article:
16
16
@@ -28,10 +28,10 @@ In this article:
28
28
29
29
## Example
30
30
31
-
>caption Declare the Timeline View in the markup
32
-
33
31
>tip You can declare other views as well, this example adds only the timeline view for brevity.
Copy file name to clipboardExpand all lines: components/scheduler/views/week.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 2
10
10
11
11
# Week View
12
12
13
-
The Week view of the scheduler shows the entire week to the user. Also the Week view can be configured to display the events that are [grouped by resource]({%slug scheduler-resource-grouping%})
13
+
The Week view of the Scheduler shows the entire week to the user. You can also configure the Week view to display events [grouped by resource]({%slug scheduler-resource-grouping%}).
14
14
15
15
The `Date` parameter of the scheduler controls which week is displayed. The first day depends on the current culture's `FirstDayOfWeek`.
16
16
@@ -28,12 +28,12 @@ In this article:
28
28
29
29
## Example
30
30
31
-
>caption Declare the Week View in the markup
32
-
33
31
>tip You can declare other views as well, this example adds only the week view for brevity.
0 commit comments