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: ej2-react/schedule/views.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
@@ -262,7 +262,7 @@ The following code example shows how to hide the weekend days on `MonthAgenda` v
262
262
263
263
Similar to the day view, it shows a single day with all its appointments where the time slots are displayed horizontally. By default, the cell height adjusts as per the height set to Scheduler. When the number of appointments exceeds the visible area of the cells, the `+ more` text indicator will be displayed at the bottom to denote the presence of few more appointments in that time range.
264
264
265
-
To make use of the timeline views (Timeline Day, Timeline Week and Timeline Work Week) on Scheduler, import and inject the module `TimelineViews` from the `ej2-schedule` package.
265
+
To make use of the timeline views (Timeline Day, Timeline Week and Timeline Work Week) on Scheduler, import and inject the module `TimelineViews` from the `ej2-react-schedule` package.
266
266
267
267
{% tabs %}
268
268
{% highlight js tabtitle="index.jsx" %}
@@ -314,7 +314,7 @@ The following code example depicts how to display the timeline work week view on
314
314
315
315
### Timeline Month view
316
316
317
-
A Timeline Month view displays the current month days along with its appointments. To make use of the timeline Month view on Scheduler, import and inject `TimelineMonth` module from the `ej2-schedule` package.
317
+
A Timeline Month view displays the current month days along with its appointments. To make use of the timeline Month view on Scheduler, import and inject `TimelineMonth` module from the `ej2-react-schedule` package.
318
318
319
319
{% tabs %}
320
320
{% highlight js tabtitle="index.jsx" %}
@@ -336,7 +336,7 @@ A Timeline Month view displays the current month days along with its appointment
336
336
337
337
In Timeline Year view, each row depicts a single resource. Whereas in the vertical view, each resource is grouped parallelly as columns. Here, the resource grouping follows the tree-view like hierarchical grouping structure and can contain any level of child resources.
338
338
339
-
To make use of the timeline Year view on Scheduler, import and inject `TimelineYear` module from the `ej2-schedule` package.
339
+
To make use of the timeline Year view on Scheduler, import and inject `TimelineYear` module from the `ej2-react-schedule` package.
0 commit comments