calender.png not found
calender.png not found
A.obj.sys.inc
Posts: 14Questions: 7Answers: 4
in Editor
Using the example
https://editor.datatables.net/examples/simple/dates.html
I am getting calender.png not found. I found the reference to it in dataTables.editor.js line 7025. Anybody know where to find this file?
I am using Editor 1.5.1.
This question has accepted answers - jump to:
This discussion has been closed.
Answers
Hi,
That page should actually be redirecting now. I'll fix that shortly. The jQuery UI date picker example is now available here.
Allan
Hi Allan,
Thank you for updating the link, but there was more that had to be done. I used the example to try and find calendar.png. It turns out that it is in Datatable-Editor-1.5.1/images. For some reason the example as presented in the link would not load the file. I forced the issue by explictly specifying where the file was. Notice "dateImage" in my test code.
Please notice that all script and link references are local references. My application has to be self contained and cannot go to the internet to retrieve files. This poses an interesting problem, because you have to download everything you need.
Anyway, when you comment out the "dateImage" line a failure is produced stating that
http://localhost:9080/images/calender.png cannot be found.
Hope this helps somebody. Please close the problem.
Thanks.
Thanks for posting back with your findings. I'll see what I can do to improve the packaging for that file.
Allan