I can’t figure this one out. For some reason, the path to “dhtmlxscheduler_units.js” cannot be a full path. I have a situation where I have to use full paths like this:
\
\
Using a full path for “dhtmlxscheduler.js” works fine (it is loaded), but using a full path for “dhtmlxscheduler_units.js” does not; it appears as though the units.js file does not load.
If I run it using local paths like this:
it works fine, but I can’t in this situation. I need to use full paths.
Any ideas what I am doing wrong?
Doesn’t related to code of scheduler for sure - try to use the full url directly in browser - does it load js file or some kind of error output is shown ?
When I try to load either of the two .js files directly into the browser it works fine. However, when used on an html page, the full url does not work for the extension unit.js. I was thinking maybe the unit.js requires a relative path, and not a full path? Basically, the schedule object cannot be extended using the unit when a full path is used.
Must not be the issue.
Are both files ( relative path and absolute path ) exactly the same ? If you are using standard and pro editions of scheduler - their files are not compatible ( extension from standard edition can’t be used with pro core file and visa verse )
If you are using files from the same editon (same package) - it must work the same for relative and absolute paths.