Static loading of resources
Option to load internal resources (.js, .png) from a static URL instead of using a dynamic WebResource.axd reference.
- ResourcesPath (string): URL of the resource directory (resolved, ~ will be replaced with the app directory path)
- ResourcesStatic (boolean): True if resources are statically loaded using ResourcesPath
The directory specified in ResourcesPath property should contain the files specified below.
DayPilotCalendar:
- Common.js
- Calendar.js
- Delete10x10.gif
DayPilotBubble:
DayPilotMonth:
DayPilotScheduler:
- Common.js
- Scheduler.js
- Left10x10.gif
- Right10x10.gif
DayPilotSchedulerDynamic:
- Common.js
- SchedulerDynamic.js