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-vue/schedule/views.md
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ The following code example shows how to hide the weekend days on `MonthAgenda` v
216
216
217
217
Similar to the day view, timeline day view 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.
218
218
219
-
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.
219
+
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-vue-schedule` package.
220
220
221
221
{% tabs %}
222
222
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -259,7 +259,7 @@ The following code example depicts how to display the timeline work week view on
259
259
260
260
### Timeline Month view
261
261
262
-
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.
262
+
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-vue-schedule` package.
263
263
264
264
{% tabs %}
265
265
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -278,7 +278,7 @@ A Timeline Month view displays the current month days along with its appointment
278
278
279
279
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.
280
280
281
-
To make use of the timeline Year view on Scheduler, import and inject `TimelineYear` module from the `ej2-schedule` package.
281
+
To make use of the timeline Year view on Scheduler, import and inject `TimelineYear` module from the `ej2-vue-schedule` package.
282
282
283
283
{% tabs %}
284
284
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -303,9 +303,9 @@ The following code example depicts how to group the multiple resources on Timeli
0 commit comments