Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150212 | Dec 26,2019 02:37 PM UTC | Jan 7,2020 08:47 AM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: Schedule |
<ejs-schedule #scheduleObj width='auto' height='100%' cssClass='custom-css'
*ngIf="isComponentReady" locale='tr' (eventRendered)="eventRendered($event)"
[selectedDate]="selectedDate" (dataBound)="onDataBound()"
(actionComplete)='onActionComplete($event)'
(actionBegin)="onActionBegin($event)"
[group]="group" [allowResizing]="true" [rowAutoHeight]="true" [allowDragAndDrop]="true"
[eventSettings]="eventSettings" [currentView]="currentView">
<e-resources>
<e-resource #project field='ProjectId' title='Choose Project' name='Projects' textField='text' idField='id'
colorField='color' [dataSource]='roomDataSource' [allowMultiple]='allowMultiple'
expandedField='Expand'>
</e-resource>
<e-resource field='TaskId' title='Category' name='Categories' textField='text' idField='id'
groupIDField='groupId' colorField='color' [dataSource]='stationDataSource'
[allowMultiple]='allowMultiple'>
</e-resource>
</e-resources>
<e-views>
<e-view option='TimelineDay'></e-view>
<e-view option='TimelineMonth' [isSelected]="true"></e-view>
</e-views>
</ejs-schedule>
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.