PrimeNG 일정 구성 요소에서 전체 일정 사용자 지정 단추를 사용할 수 있습니까?PrimeNG 일정 사용자 지정 단추
@ViewChild ("calendar-id")로 ElementRef를 사용하려고했지만 fullCalendar 메서드가없는 p-shedule 개체 유형이 나타납니다. 오늘 그것을 할 수
Custom buttons docs PrimeNG schedule docs
PrimeNG 일정 구성 요소에서 전체 일정 사용자 지정 단추를 사용할 수 있습니까?PrimeNG 일정 사용자 지정 단추
@ViewChild ("calendar-id")로 ElementRef를 사용하려고했지만 fullCalendar 메서드가없는 p-shedule 개체 유형이 나타납니다. 오늘 그것을 할 수
Custom buttons docs PrimeNG schedule docs
가장 좋은 방법은 자신의 버튼을 만들 수 있습니다. 캘린더 @ViewChild ("calendar-id")의 ElementRef를 사용하여 수행 할 수 있습니다. *이 PrimeNG 일정 문서에서 함수가 어디
@ViewChild('calendar-id') calendar;
ngAfterViewInit(): void {
this.calendar.*;
}
- Methods
다음과 같은 방법으로 전체 일정의 보류를 얻을 수 있습니다 :
@ViewChild('calendar-id') calendar;
ngAfterViewInit(): void {
this.calendar.schedule.fullCalendar('<method>');
}
가 PrimeNG 일정 개체의 schedule
멤버가