add calendarview add frequency
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
</div>
|
||||
|
||||
<rs-daisy-modal [isOpen]="isOpen()" (closeClick)="closeDialog()" >
|
||||
@if (isOpen()){
|
||||
<app-create-event-form (ready)="closeDialog()" [date]="selectedDate()" [id]="selectedEventId()"></app-create-event-form>
|
||||
}
|
||||
|
||||
</rs-daisy-modal>
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@ export class CalendarView implements OnInit, AfterViewInit {
|
||||
this.workflow.set('day');
|
||||
this.selectedDate.set(info.date);
|
||||
this.selectedEventId.set(undefined);
|
||||
console.info("date click with", this.selectedDate())
|
||||
this.isOpen.set(true);
|
||||
// console.info('Date click on: ' , info);
|
||||
// const calendarApi = info.view.calendar;
|
||||
|
||||
Reference in New Issue
Block a user