Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8581

OverlapCalendar loading error

$
0
0

Dear Experts,

 

Because the fiori version of my DEV environment is 1.28.28, so I have to use OverlapCalendar instead of PlanningCalendar.

I'm verifying OverlapCalendar in Web IDE, but there is error when loading page.

Image1.jpg

 

There is no error message in console and I found that CalendarRenderer.js can't be loaded.

Image2.jpg

 

sap.ui.define([    "sap/ui/core/mvc/Controller"
], function(Controller) {    "use strict";    return Controller.extend("Verification.controller.OverlapCalendar", {            onInit: function() {                var oEvent = new sap.me.OverlapCalendarEvent({                    startDay:"/Date(1464566400000)",                    endDay:"/Date(1464566400000)",                    type:"02",                    name:"testDate"    });                this.byId("id_calendar1").insertCalendarEvent(oEvent,0);            }    });
});

 

Is there anyone has clue about it?

 

Best Regards,

Chad


Viewing all articles
Browse latest Browse all 8581

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>