Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was 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

Description

@anto-rupak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions