Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Event Render not working while appending html in ionic 3 #540

Open
anto-rupak opened this issue Jan 18, 2019 · 0 comments
Open

Event Render not working while appending html in ionic 3 #540

anto-rupak opened this issue Jan 18, 2019 · 0 comments

Comments

@anto-rupak
Copy link

anto-rupak commented Jan 18, 2019

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);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant