ui-calendar icon indicating copy to clipboard operation
ui-calendar copied to clipboard

Event Render not working while appending html in ionic 3

Open anto-rupak opened this issue 6 years ago • 0 comments

this.calendarOptions = { // allDaySlot:false, height: 480, //editable: true, businessHours: true, defaultView: "agendaWeek", weekends: false, // allDaySlot: false, hiddenDays: [6, 7], // showNonCurrentDates: false, eventLimit: false, header: { left: 'title', center: '', right: 'prev,next today' }, selectable: true, editable: false, // eventAfterAllRender: function (view) { // $(".fc-content").append("X"); // $(".closon").click(function () { // console.log("clicked on button") // // $('#calendar').fullCalendar('removeEvents',event._id); // }); // // }, events: this.eveload, }; console.log("evdata1", this.eveload); }

eventRender(model, element, view) { $(".fc-content").append("X"); // $(".closon").click(function () { // console.log("clicked on button") // // $('#calendar').fullCalendar('removeEvents',event._id); // }); console.log("event render", element); }

anto-rupak avatar Jan 18 '19 07:01 anto-rupak