Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150601 | Jan 13,2020 11:22 AM UTC | Jan 20,2020 06:50 AM UTC | Angular - EJ 2 | 10 |
![]() |
Tags: Schedule |
public onPopupOpen(args: PopupOpenEventArgs): void {
if(args.type == 'QuickInfo') {
let cellData: CellClickEventArgs = this.scheduleObj.getCellDetails(args.target);
let eventData: { [key: string]: Object } = {
StartTime: cellData.startTime,
EndTime: cellData.endTime,
IsAllDay: cellData.isAllDay,
};
let slides = document.getElementsByClassName('e-cell-popup');
for (let i = 0; i < slides.length; i++) {
const slide = slides[i] as HTMLElement;
slide.style.display = "none";
}
this.scheduleObj.openEditor(eventData, 'Add', true);
} else if(args.type == 'Editor'){
}
}
Now On I would like to show all information to appointment detail and edit section.
I have attached the Image of the modal and html and ts file.
Please help me with my requirement.
Regards,
parth
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.